summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_all.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 58adce64e7..40009cbe88 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.22 2015/02/11 04:05:14 beck Exp $ */ 1/* $OpenBSD: err_all.c,v 1.23 2016/10/19 16:49:11 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 *
@@ -78,9 +78,6 @@
78#include <openssl/x509.h> 78#include <openssl/x509.h>
79#include <openssl/x509v3.h> 79#include <openssl/x509v3.h>
80 80
81#ifndef OPENSSL_NO_CMS
82#include <openssl/cms.h>
83#endif
84#ifndef OPENSSL_NO_DH 81#ifndef OPENSSL_NO_DH
85#include <openssl/dh.h> 82#include <openssl/dh.h>
86#endif 83#endif
@@ -151,9 +148,6 @@ ERR_load_crypto_strings(void)
151#endif 148#endif
152 ERR_load_OCSP_strings(); 149 ERR_load_OCSP_strings();
153 ERR_load_UI_strings(); 150 ERR_load_UI_strings();
154#ifndef OPENSSL_NO_CMS
155 ERR_load_CMS_strings();
156#endif
157#ifndef OPENSSL_NO_GOST 151#ifndef OPENSSL_NO_GOST
158 ERR_load_GOST_strings(); 152 ERR_load_GOST_strings();
159#endif 153#endif