diff options
Diffstat (limited to 'src/lib/libssl/src/apps/apps.h')
-rw-r--r-- | src/lib/libssl/src/apps/apps.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h index 42c5f9e368..cbbf0eaefd 100644 --- a/src/lib/libssl/src/apps/apps.h +++ b/src/lib/libssl/src/apps/apps.h | |||
@@ -246,10 +246,6 @@ int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, | |||
246 | #ifndef OPENSSL_NO_PSK | 246 | #ifndef OPENSSL_NO_PSK |
247 | extern char *psk_key; | 247 | extern char *psk_key; |
248 | #endif | 248 | #endif |
249 | #ifndef OPENSSL_NO_JPAKE | ||
250 | void jpake_client_auth(BIO *out, BIO *conn, const char *secret); | ||
251 | void jpake_server_auth(BIO *out, BIO *conn, const char *secret); | ||
252 | #endif | ||
253 | 249 | ||
254 | #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) | 250 | #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG) |
255 | unsigned char *next_protos_parse(unsigned short *outlen, const char *in); | 251 | unsigned char *next_protos_parse(unsigned short *outlen, const char *in); |