From: FdaSilvaYY Date: Tue, 1 May 2018 21:25:16 +0000 (+0200) Subject: opensslconf.h inclusion cleanup X-Git-Tag: OpenSSL_1_1_1-pre7~114 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c7e10755fac1d8f4421aa60646d311ab2068752d;p=oweals%2Fopenssl.git opensslconf.h inclusion cleanup No need to buildtest on opensslconf.h Reviewed-by: Matthias St. Pierre Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6149) --- diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index 5eb3225b1f..461ef253e5 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -38,7 +38,6 @@ int RAND_egd_bytes(const char *path, int bytes) # else -# include # include OPENSSL_UNISTD # include # include diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h index a5d539fdd3..5a06847e3c 100644 --- a/include/openssl/dsa.h +++ b/include/openssl/dsa.h @@ -20,7 +20,6 @@ extern "C" { # include # include # include -# include # include # if OPENSSL_API_COMPAT < 0x10100000L # include diff --git a/test/build.info b/test/build.info index 7887813047..1708e9430b 100644 --- a/test/build.info +++ b/test/build.info @@ -536,6 +536,7 @@ ENDIF use OpenSSL::Glob; my @nogo_headers = ( "asn1_mac.h", + "opensslconf.h", "__decc_include_prologue.h", "__decc_include_epilogue.h" ); my @nogo_headers_re = ( qr/.*err\.h/ );