summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-29 23:38:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-29 23:38:20 +0000
commitb252cf0d9803b7b4407c5d9ec0644da1ca4a0886 (patch)
tree33c25cb04803f7f9bfd18b7098a6a7bd6cc722c9 /apps/s_apps.h
parenta4c4a7d5cafaf7e0933d024d189f72b2e350b628 (diff)
make JPAKE work again, fix memory leaks
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 83526eca30..be985280c9 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -196,7 +196,7 @@ void print_ssl_summary(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, int no_ecdhe);
+ STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download);
int ssl_load_stores(SSL_CTX *ctx,
const char *vfyCApath, const char *vfyCAfile,