summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
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 4b06d189a3..74e5a2f872 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -195,5 +195,5 @@ int load_excert(SSL_EXCERT **pexc, BIO *err);
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, int no_ecdhe);
+ STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
#endif