From 22d34c2d8bc5e1aef79a43753b71073bff378ce9 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 11 Jul 2014 08:00:25 +0000 Subject: Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was removed from opensslconf.h, this would no longer compile. --- src/lib/libcrypto/err/err_all.c | 8 +------- src/lib/libcrypto/err/openssl.ec | 1 - src/lib/libssl/src/crypto/err/err_all.c | 8 +------- src/lib/libssl/src/crypto/err/openssl.ec | 1 - 4 files changed, 2 insertions(+), 16 deletions(-) diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index d950aad3b4..64598d6cf4 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err_all.c,v 1.16 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: err_all.c,v 1.17 2014/07/11 08:00:25 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -104,9 +104,6 @@ #ifndef OPENSSL_NO_CMS #include #endif -#ifndef OPENSSL_NO_JPAKE -#include -#endif void ERR_load_crypto_strings(void) @@ -159,8 +156,5 @@ ERR_load_crypto_strings(void) #ifndef OPENSSL_NO_CMS ERR_load_CMS_strings(); #endif -#ifndef OPENSSL_NO_JPAKE - ERR_load_JPAKE_strings(); -#endif #endif } diff --git a/src/lib/libcrypto/err/openssl.ec b/src/lib/libcrypto/err/openssl.ec index e0554b4342..c513734e94 100644 --- a/src/lib/libcrypto/err/openssl.ec +++ b/src/lib/libcrypto/err/openssl.ec @@ -34,7 +34,6 @@ L STORE crypto/store/store.h crypto/store/str_err.c L TS crypto/ts/ts.h crypto/ts/ts_err.c L HMAC crypto/hmac/hmac.h crypto/hmac/hmac_err.c L CMS crypto/cms/cms.h crypto/cms/cms_err.c -L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c # additional header files to be scanned for function names L NONE crypto/x509/x509_vfy.h NONE diff --git a/src/lib/libssl/src/crypto/err/err_all.c b/src/lib/libssl/src/crypto/err/err_all.c index d950aad3b4..64598d6cf4 100644 --- a/src/lib/libssl/src/crypto/err/err_all.c +++ b/src/lib/libssl/src/crypto/err/err_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err_all.c,v 1.16 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: err_all.c,v 1.17 2014/07/11 08:00:25 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -104,9 +104,6 @@ #ifndef OPENSSL_NO_CMS #include #endif -#ifndef OPENSSL_NO_JPAKE -#include -#endif void ERR_load_crypto_strings(void) @@ -159,8 +156,5 @@ ERR_load_crypto_strings(void) #ifndef OPENSSL_NO_CMS ERR_load_CMS_strings(); #endif -#ifndef OPENSSL_NO_JPAKE - ERR_load_JPAKE_strings(); -#endif #endif } diff --git a/src/lib/libssl/src/crypto/err/openssl.ec b/src/lib/libssl/src/crypto/err/openssl.ec index e0554b4342..c513734e94 100644 --- a/src/lib/libssl/src/crypto/err/openssl.ec +++ b/src/lib/libssl/src/crypto/err/openssl.ec @@ -34,7 +34,6 @@ L STORE crypto/store/store.h crypto/store/str_err.c L TS crypto/ts/ts.h crypto/ts/ts_err.c L HMAC crypto/hmac/hmac.h crypto/hmac/hmac_err.c L CMS crypto/cms/cms.h crypto/cms/cms_err.c -L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c # additional header files to be scanned for function names L NONE crypto/x509/x509_vfy.h NONE -- cgit v1.2.3-55-g6feb