From b252cf0d9803b7b4407c5d9ec0644da1ca4a0886 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 29 Dec 2012 23:38:20 +0000 Subject: make JPAKE work again, fix memory leaks --- apps/s_apps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_apps.h') 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, -- cgit v1.2.3