diff options
| author | beck <> | 2015-02-11 03:55:00 +0000 |
|---|---|---|
| committer | beck <> | 2015-02-11 03:55:00 +0000 |
| commit | 49384f270b236eed7954225e699f4fe80c79ac41 (patch) | |
| tree | 4181c2b1dde849e4804b13e8ffe8c44e18a86abf /src/lib/libcrypto/err/err_all.c | |
| parent | b07f4d1849544c2c966cb30d49bdb02358dc608d (diff) | |
| download | openbsd-49384f270b236eed7954225e699f4fe80c79ac41.tar.gz openbsd-49384f270b236eed7954225e699f4fe80c79ac41.tar.bz2 openbsd-49384f270b236eed7954225e699f4fe80c79ac41.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.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 |
