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 | |
| 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@
| -rw-r--r-- | src/lib/libcrypto/cms/cms_cd.c | 5 | ||||
| -rw-r--r-- | src/lib/libcrypto/err/err_all.c | 8 | ||||
| -rw-r--r-- | src/lib/libssl/src/crypto/cms/cms_cd.c | 5 | ||||
| -rw-r--r-- | src/lib/libssl/src/crypto/err/err_all.c | 8 |
4 files changed, 4 insertions, 22 deletions
diff --git a/src/lib/libcrypto/cms/cms_cd.c b/src/lib/libcrypto/cms/cms_cd.c index bcf1506916..0489a3d8a3 100644 --- a/src/lib/libcrypto/cms/cms_cd.c +++ b/src/lib/libcrypto/cms/cms_cd.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cms_cd.c,v 1.5 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: cms_cd.c,v 1.6 2015/02/11 03:55:00 beck Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project. | 3 | * project. |
| 4 | */ | 4 | */ |
| @@ -60,9 +60,6 @@ | |||
| 60 | #include <openssl/pem.h> | 60 | #include <openssl/pem.h> |
| 61 | #include <openssl/x509v3.h> | 61 | #include <openssl/x509v3.h> |
| 62 | 62 | ||
| 63 | #ifndef OPENSSL_NO_COMP | ||
| 64 | #include <openssl/comp.h> | ||
| 65 | #endif | ||
| 66 | 63 | ||
| 67 | #include "cms_lcl.h" | 64 | #include "cms_lcl.h" |
| 68 | 65 | ||
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 |
diff --git a/src/lib/libssl/src/crypto/cms/cms_cd.c b/src/lib/libssl/src/crypto/cms/cms_cd.c index bcf1506916..0489a3d8a3 100644 --- a/src/lib/libssl/src/crypto/cms/cms_cd.c +++ b/src/lib/libssl/src/crypto/cms/cms_cd.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cms_cd.c,v 1.5 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: cms_cd.c,v 1.6 2015/02/11 03:55:00 beck Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project. | 3 | * project. |
| 4 | */ | 4 | */ |
| @@ -60,9 +60,6 @@ | |||
| 60 | #include <openssl/pem.h> | 60 | #include <openssl/pem.h> |
| 61 | #include <openssl/x509v3.h> | 61 | #include <openssl/x509v3.h> |
| 62 | 62 | ||
| 63 | #ifndef OPENSSL_NO_COMP | ||
| 64 | #include <openssl/comp.h> | ||
| 65 | #endif | ||
| 66 | 63 | ||
| 67 | #include "cms_lcl.h" | 64 | #include "cms_lcl.h" |
| 68 | 65 | ||
diff --git a/src/lib/libssl/src/crypto/err/err_all.c b/src/lib/libssl/src/crypto/err/err_all.c index c880f1fbf3..e809d79496 100644 --- a/src/lib/libssl/src/crypto/err/err_all.c +++ b/src/lib/libssl/src/crypto/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 |
