]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
opensslconf.h inclusion cleanup
authorFdaSilvaYY <fdasilvayy@gmail.com>
Tue, 1 May 2018 21:25:16 +0000 (23:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 May 2018 21:42:21 +0000 (23:42 +0200)
No need to buildtest on opensslconf.h

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6149)

crypto/rand/rand_egd.c
include/openssl/dsa.h
test/build.info

index 5eb3225b1fc5fc035617250c7547cc3b5fb81a5c..461ef253e5783f8ffa33703513537c54cafe6536 100644 (file)
@@ -38,7 +38,6 @@ int RAND_egd_bytes(const char *path, int bytes)
 
 # else
 
-#  include <openssl/opensslconf.h>
 #  include OPENSSL_UNISTD
 #  include <stddef.h>
 #  include <sys/types.h>
index a5d539fdd332f59e7262483e99962ae20308a53c..5a06847e3cc56b5c5b2ea28fb3a5096b44a856d9 100644 (file)
@@ -20,7 +20,6 @@ extern "C" {
 # include <openssl/bio.h>
 # include <openssl/crypto.h>
 # include <openssl/ossl_typ.h>
-# include <openssl/opensslconf.h>
 # include <openssl/bn.h>
 # if OPENSSL_API_COMPAT < 0x10100000L
 #  include <openssl/dh.h>
index 7887813047876d2af742d56273fdf9fde1d743ec..1708e9430b7b142566b53274249216252db4dd92 100644 (file)
@@ -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/ );