diff options
author | beck <> | 2015-02-11 03:55:00 +0000 |
---|---|---|
committer | beck <> | 2015-02-11 03:55:00 +0000 |
commit | e1b5dd72bfda4606540ea14d667fab19fb18b964 (patch) | |
tree | 4181c2b1dde849e4804b13e8ffe8c44e18a86abf /src/lib/libcrypto/err | |
parent | a4446bfb10ec0a821da3861d90dc625a93d84cff (diff) | |
download | openbsd-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')
-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 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 |