summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-21 16:47:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-21 16:47:25 +0000
commit191b3f0ba9d574809b8e18e6238f54525c87b8d3 (patch)
tree4f3ad061386afa310de36f8f2e01b8048e3407c2 /apps/s_apps.h
parent46a6cec6998b84d85240dfb99af235c8a0854a31 (diff)
only use a default curve if not already set
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index ccf06a6905..30ce8830a6 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -199,5 +199,5 @@ void print_ssl_cert_checks(BIO *bio, SSL *s,
int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx,
int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr);
int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
- STACK_OF(OPENSSL_STRING) *str);
+ STACK_OF(OPENSSL_STRING) *str, int no_ecdhe);
#endif