Commit c7e10755 authored by FdaSilvaYY's avatar FdaSilvaYY Committed by Richard Levitte
Browse files

opensslconf.h inclusion cleanup


No need to buildtest on opensslconf.h

Reviewed-by: default avatarMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6149)
parent 774ff8fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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/ );