diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 4843a8a0bb8b80d7e5c8cbc3b1dd0e20e8c9a1bc..33a8f96652a18647ee28db86586082b9711ae703 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -66,7 +66,9 @@ #endif #include #include +#ifndef OPENSSL_NO_COMP #include +#endif #ifndef OPENSSL_NO_RSA #include #endif @@ -107,7 +109,6 @@ #ifndef OPENSSL_NO_JPAKE #include #endif -#include void ERR_load_crypto_strings(void) {