From: Richard Levitte Date: Thu, 15 Apr 2004 16:25:32 +0000 (+0000) Subject: Include string.h to get a proper declaration of memcmp() X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e4ae04e792927ede0c3f925e12293bceeffe23e;p=oweals%2Fopenssl.git Include string.h to get a proper declaration of memcmp() --- diff --git a/fips/dsa/fingerprint.sha1 b/fips/dsa/fingerprint.sha1 index 74ac84ffeb..e81fe003d7 100644 --- a/fips/dsa/fingerprint.sha1 +++ b/fips/dsa/fingerprint.sha1 @@ -1,3 +1,3 @@ HMAC-SHA1(fips_dsa_ossl.c)= 1295b5241620e1d5449aaeeb7084b181fc197003 HMAC-SHA1(fips_dsa_gen.c)= e347a0c5b19cdcde37c73f6abcdc52c794d5dd4e -HMAC-SHA1(fips_dsa_selftest.c)= a3de5feb989e7bfb15478318feab1f035e700933 +HMAC-SHA1(fips_dsa_selftest.c)= 4bfc5d3a6b977527b053f3a03d0760a822a26135 diff --git a/fips/dsa/fips_dsa_selftest.c b/fips/dsa/fips_dsa_selftest.c index 5f0e6651cb..2c88f0af44 100644 --- a/fips/dsa/fips_dsa_selftest.c +++ b/fips/dsa/fips_dsa_selftest.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include #include #include #include diff --git a/fips/rsa/fingerprint.sha1 b/fips/rsa/fingerprint.sha1 index e574531dd0..725b61ee5b 100644 --- a/fips/rsa/fingerprint.sha1 +++ b/fips/rsa/fingerprint.sha1 @@ -1,3 +1,3 @@ HMAC-SHA1(fips_rsa_eay.c)= 3808fed15de958768052db96ff710699ca9afd92 -HMAC-SHA1(fips_rsa_gen.c)= bdc892485913c405f9e0459eb4e9b7e94881a4dc +HMAC-SHA1(fips_rsa_gen.c)= 5b15b72cad8cc28cc49e0eeca4f3ba14de815d33 HMAC-SHA1(fips_rsa_selftest.c)= af5b9c9a0237b2219f375849a5b2311d786e711b diff --git a/fips/rsa/fips_rsa_gen.c b/fips/rsa/fips_rsa_gen.c index dd0b04c5c2..a99bcae556 100644 --- a/fips/rsa/fips_rsa_gen.c +++ b/fips/rsa/fips_rsa_gen.c @@ -57,6 +57,7 @@ */ #include +#include #include #include #include