diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-11 08:00:26 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-11 08:00:26 +0000 |
commit | d50d609d6bbbf147a67c9ed56c441932b23c68e2 (patch) | |
tree | cf025f9089cf83032df14ff1958f799b23991494 /lib/libcrypto/err | |
parent | 03bd4af8b64912d28ecf5845fced13e4926fe5a1 (diff) |
Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was
removed from opensslconf.h, this would no longer compile.
Diffstat (limited to 'lib/libcrypto/err')
-rw-r--r-- | lib/libcrypto/err/err_all.c | 8 | ||||
-rw-r--r-- | lib/libcrypto/err/openssl.ec | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/lib/libcrypto/err/err_all.c b/lib/libcrypto/err/err_all.c index d950aad3b4b..64598d6cf4b 100644 --- a/lib/libcrypto/err/err_all.c +++ b/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 <openssl/cms.h> #endif -#ifndef OPENSSL_NO_JPAKE -#include <openssl/jpake.h> -#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/lib/libcrypto/err/openssl.ec b/lib/libcrypto/err/openssl.ec index e0554b4342e..c513734e94e 100644 --- a/lib/libcrypto/err/openssl.ec +++ b/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 |