Loading crypto/sha/sha1dgst.c +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) #undef SHA_0 Loading crypto/sha/sha256.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,12 +4,12 @@ * according to the OpenSSL license [found in ../../LICENSE]. * ==================================================================== */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256) #include <stdlib.h> #include <string.h> #include <openssl/opensslconf.h> #include <openssl/crypto.h> #include <openssl/sha.h> #include <openssl/opensslv.h> Loading crypto/sha/sha512.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ * according to the OpenSSL license [found in ../../LICENSE]. * ==================================================================== */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA512) /* * IMPLEMENTATION NOTES. Loading Loading @@ -43,7 +44,6 @@ #include <stdlib.h> #include <string.h> #include <openssl/opensslconf.h> #include <openssl/crypto.h> #include <openssl/sha.h> #include <openssl/opensslv.h> Loading crypto/sha/sha_dgst.c +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA) #undef SHA_1 Loading Loading
crypto/sha/sha1dgst.c +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) #undef SHA_0 Loading
crypto/sha/sha256.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,12 +4,12 @@ * according to the OpenSSL license [found in ../../LICENSE]. * ==================================================================== */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256) #include <stdlib.h> #include <string.h> #include <openssl/opensslconf.h> #include <openssl/crypto.h> #include <openssl/sha.h> #include <openssl/opensslv.h> Loading
crypto/sha/sha512.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ * according to the OpenSSL license [found in ../../LICENSE]. * ==================================================================== */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA512) /* * IMPLEMENTATION NOTES. Loading Loading @@ -43,7 +44,6 @@ #include <stdlib.h> #include <string.h> #include <openssl/opensslconf.h> #include <openssl/crypto.h> #include <openssl/sha.h> #include <openssl/opensslv.h> Loading
crypto/sha/sha_dgst.c +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA) #undef SHA_1 Loading