summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err
diff options
context:
space:
mode:
authorbeck <>2015-02-11 04:05:14 +0000
committerbeck <>2015-02-11 04:05:14 +0000
commit74b6aedb7d6d115e1fa81e96806190a780392341 (patch)
treeaa9f1278214f1d7d996d30cf1959f3878cb48be1 /src/lib/libcrypto/err
parent16aad183ce9bacab429bd62937373a0da02849ec (diff)
downloadopenbsd-74b6aedb7d6d115e1fa81e96806190a780392341.tar.gz
openbsd-74b6aedb7d6d115e1fa81e96806190a780392341.tar.bz2
openbsd-74b6aedb7d6d115e1fa81e96806190a780392341.zip
Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.
Diffstat (limited to 'src/lib/libcrypto/err')
-rw-r--r--src/lib/libcrypto/err/err_all.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c
index 296c1a5ba3..58adce64e7 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.21 2015/02/11 03:55:42 beck Exp $ */ 1/* $OpenBSD: err_all.c,v 1.22 2015/02/11 04:05:14 beck 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 *
@@ -115,9 +115,6 @@ ERR_load_crypto_strings(void)
115#ifndef OPENSSL_NO_RSA 115#ifndef OPENSSL_NO_RSA
116 ERR_load_RSA_strings(); 116 ERR_load_RSA_strings();
117#endif 117#endif
118#ifndef OPENSSL_NO_COMP
119#include <openssl/comp.h>
120#endif
121#ifndef OPENSSL_NO_DH 118#ifndef OPENSSL_NO_DH
122 ERR_load_DH_strings(); 119 ERR_load_DH_strings();
123#endif 120#endif
@@ -154,6 +151,9 @@ ERR_load_crypto_strings(void)
154#endif 151#endif
155 ERR_load_OCSP_strings(); 152 ERR_load_OCSP_strings();
156 ERR_load_UI_strings(); 153 ERR_load_UI_strings();
154#ifndef OPENSSL_NO_CMS
155 ERR_load_CMS_strings();
156#endif
157#ifndef OPENSSL_NO_GOST 157#ifndef OPENSSL_NO_GOST
158 ERR_load_GOST_strings(); 158 ERR_load_GOST_strings();
159#endif 159#endif