diff options
author | jsing <> | 2014-07-11 08:00:25 +0000 |
---|---|---|
committer | jsing <> | 2014-07-11 08:00:25 +0000 |
commit | 22d34c2d8bc5e1aef79a43753b71073bff378ce9 (patch) | |
tree | 32ecb7043d482462f1a51c7345f29f0a5bd89f86 /src/lib/libcrypto/err/err_all.c | |
parent | b3aef8f1594a3fa2decce201c254bc714ada3c2b (diff) | |
download | openbsd-22d34c2d8bc5e1aef79a43753b71073bff378ce9.tar.gz openbsd-22d34c2d8bc5e1aef79a43753b71073bff378ce9.tar.bz2 openbsd-22d34c2d8bc5e1aef79a43753b71073bff378ce9.zip |
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 'src/lib/libcrypto/err/err_all.c')
-rw-r--r-- | src/lib/libcrypto/err/err_all.c | 8 |
1 files changed, 1 insertions, 7 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 @@ | |||
1 | /* $OpenBSD: err_all.c,v 1.16 2014/07/10 22:45:57 jsing Exp $ */ | 1 | /* $OpenBSD: err_all.c,v 1.17 2014/07/11 08:00:25 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -104,9 +104,6 @@ | |||
104 | #ifndef OPENSSL_NO_CMS | 104 | #ifndef OPENSSL_NO_CMS |
105 | #include <openssl/cms.h> | 105 | #include <openssl/cms.h> |
106 | #endif | 106 | #endif |
107 | #ifndef OPENSSL_NO_JPAKE | ||
108 | #include <openssl/jpake.h> | ||
109 | #endif | ||
110 | 107 | ||
111 | void | 108 | void |
112 | ERR_load_crypto_strings(void) | 109 | ERR_load_crypto_strings(void) |
@@ -159,8 +156,5 @@ ERR_load_crypto_strings(void) | |||
159 | #ifndef OPENSSL_NO_CMS | 156 | #ifndef OPENSSL_NO_CMS |
160 | ERR_load_CMS_strings(); | 157 | ERR_load_CMS_strings(); |
161 | #endif | 158 | #endif |
162 | #ifndef OPENSSL_NO_JPAKE | ||
163 | ERR_load_JPAKE_strings(); | ||
164 | #endif | ||
165 | #endif | 159 | #endif |
166 | } | 160 | } |