From e1b5dd72bfda4606540ea14d667fab19fb18b964 Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 11 Feb 2015 03:55:00 +0000 Subject: get rid of OPENSSL_NO_COMP code we don't use. jajaja miod@ --- src/lib/libcrypto/cms/cms_cd.c | 5 +---- src/lib/libcrypto/err/err_all.c | 8 +------- src/lib/libssl/src/crypto/cms/cms_cd.c | 5 +---- 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 @@ -/* $OpenBSD: cms_cd.c,v 1.5 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: cms_cd.c,v 1.6 2015/02/11 03:55:00 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -60,9 +60,6 @@ #include #include -#ifndef OPENSSL_NO_COMP -#include -#endif #include "cms_lcl.h" 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 @@ -/* $OpenBSD: err_all.c,v 1.19 2014/11/09 19:17:13 miod Exp $ */ +/* $OpenBSD: err_all.c,v 1.20 2015/02/11 03:55:00 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -81,9 +81,6 @@ #ifndef OPENSSL_NO_CMS #include #endif -#ifndef OPENSSL_NO_COMP -#include -#endif #ifndef OPENSSL_NO_DH #include #endif @@ -132,9 +129,6 @@ ERR_load_crypto_strings(void) ERR_load_ASN1_strings(); ERR_load_CONF_strings(); ERR_load_CRYPTO_strings(); -#ifndef OPENSSL_NO_COMP - ERR_load_COMP_strings(); -#endif #ifndef OPENSSL_NO_EC ERR_load_EC_strings(); #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 @@ -/* $OpenBSD: cms_cd.c,v 1.5 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: cms_cd.c,v 1.6 2015/02/11 03:55:00 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -60,9 +60,6 @@ #include #include -#ifndef OPENSSL_NO_COMP -#include -#endif #include "cms_lcl.h" 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 @@ -/* $OpenBSD: err_all.c,v 1.19 2014/11/09 19:17:13 miod Exp $ */ +/* $OpenBSD: err_all.c,v 1.20 2015/02/11 03:55:00 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -81,9 +81,6 @@ #ifndef OPENSSL_NO_CMS #include #endif -#ifndef OPENSSL_NO_COMP -#include -#endif #ifndef OPENSSL_NO_DH #include #endif @@ -132,9 +129,6 @@ ERR_load_crypto_strings(void) ERR_load_ASN1_strings(); ERR_load_CONF_strings(); ERR_load_CRYPTO_strings(); -#ifndef OPENSSL_NO_COMP - ERR_load_COMP_strings(); -#endif #ifndef OPENSSL_NO_EC ERR_load_EC_strings(); #endif -- cgit v1.2.3-55-g6feb