diff options
author | Rich Salz <rsalz@akamai.com> | 2016-02-14 06:17:59 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-17 15:46:10 +0100 |
commit | dba317774555fbd5bccdfc5270fc486e0d02d9db (patch) | |
tree | e2665b0bb6f2ee46fbaa34f048c7e349ca1f8ce7 /apps/s_apps.h | |
parent | RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free() (diff) | |
download | openssl-dba317774555fbd5bccdfc5270fc486e0d02d9db.tar.xz openssl-dba317774555fbd5bccdfc5270fc486e0d02d9db.zip |
Remove JPAKE
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r-- | apps/s_apps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h index 8e12c2146c..435741547a 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -195,8 +195,7 @@ int load_excert(SSL_EXCERT **pexc); void print_verify_detail(SSL *s, BIO *bio); void print_ssl_summary(SSL *s); #ifdef HEADER_SSL_H -int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, - SSL_CTX *ctx, int no_jpake); +int config_ctx(SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, SSL_CTX *ctx); 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, |