summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_all.c
diff options
context:
space:
mode:
authorbeck <>2015-02-11 03:55:00 +0000
committerbeck <>2015-02-11 03:55:00 +0000
commite1b5dd72bfda4606540ea14d667fab19fb18b964 (patch)
tree4181c2b1dde849e4804b13e8ffe8c44e18a86abf /src/lib/libcrypto/err/err_all.c
parenta4446bfb10ec0a821da3861d90dc625a93d84cff (diff)
downloadopenbsd-e1b5dd72bfda4606540ea14d667fab19fb18b964.tar.gz
openbsd-e1b5dd72bfda4606540ea14d667fab19fb18b964.tar.bz2
openbsd-e1b5dd72bfda4606540ea14d667fab19fb18b964.zip
get rid of OPENSSL_NO_COMP code we don't use.
jajaja miod@
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 c880f1fbf3..e809d79496 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.19 2014/11/09 19:17:13 miod Exp $ */ 1/* $OpenBSD: err_all.c,v 1.20 2015/02/11 03:55:00 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 *
@@ -81,9 +81,6 @@
81#ifndef OPENSSL_NO_CMS 81#ifndef OPENSSL_NO_CMS
82#include <openssl/cms.h> 82#include <openssl/cms.h>
83#endif 83#endif
84#ifndef OPENSSL_NO_COMP
85#include <openssl/comp.h>
86#endif
87#ifndef OPENSSL_NO_DH 84#ifndef OPENSSL_NO_DH
88#include <openssl/dh.h> 85#include <openssl/dh.h>
89#endif 86#endif
@@ -132,9 +129,6 @@ ERR_load_crypto_strings(void)
132 ERR_load_ASN1_strings(); 129 ERR_load_ASN1_strings();
133 ERR_load_CONF_strings(); 130 ERR_load_CONF_strings();
134 ERR_load_CRYPTO_strings(); 131 ERR_load_CRYPTO_strings();
135#ifndef OPENSSL_NO_COMP
136 ERR_load_COMP_strings();
137#endif
138#ifndef OPENSSL_NO_EC 132#ifndef OPENSSL_NO_EC
139 ERR_load_EC_strings(); 133 ERR_load_EC_strings();
140#endif 134#endif