summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
-rw-r--r--src/lib/libcrypto/err/err_all.c8
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
111void 108void
112ERR_load_crypto_strings(void) 109ERR_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}