Include string.h to get a proper declaration of memcmp()
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Apr 2004 16:25:32 +0000 (16:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Apr 2004 16:25:32 +0000 (16:25 +0000)
fips/dsa/fingerprint.sha1
fips/dsa/fips_dsa_selftest.c
fips/rsa/fingerprint.sha1
fips/rsa/fips_rsa_gen.c

index 74ac84ffeb8d7d1cb6fe7a8465b76bdf4bf8825e..e81fe003d76ee7cdd9653f64eb9592d8182f5ea6 100644 (file)
@@ -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
index 5f0e6651cb99a0947b269ec5471a4bc865091d29..2c88f0af441be8a20a0d22d0a0c22e4758fe4b02 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#include <string.h>
 #include <openssl/crypto.h>
 #include <openssl/dsa.h>
 #include <openssl/fips.h>
index e574531dd0dd7045b155cec3b85c3ddc0840b240..725b61ee5b2a1543dd18ff1aaf3e67dd87abf93b 100644 (file)
@@ -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
index dd0b04c5c2db00c934e97582974141c52a73b5c9..a99bcae5560a0c3148f541a1c3a2325c395d8cd2 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <time.h>
 #include <openssl/err.h>
 #include <openssl/bn.h>