From dba317774555fbd5bccdfc5270fc486e0d02d9db Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sun, 14 Feb 2016 00:17:59 -0500 Subject: Remove JPAKE Reviewed-by: Viktor Dukhovni --- apps/apps.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/apps.h') diff --git a/apps/apps.h b/apps/apps.h index 878dc11c07..8f7ec18b1c 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -571,10 +571,6 @@ int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, # ifndef OPENSSL_NO_PSK extern char *psk_key; # endif -# ifndef OPENSSL_NO_JPAKE -void jpake_client_auth(BIO *out, BIO *conn, const char *secret); -void jpake_server_auth(BIO *out, BIO *conn, const char *secret); -# endif unsigned char *next_protos_parse(unsigned short *outlen, const char *in); -- cgit v1.2.3