summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-04-15 16:25:32 +0000
committerRichard Levitte <levitte@openssl.org>2004-04-15 16:25:32 +0000
commit1e4ae04e792927ede0c3f925e12293bceeffe23e (patch)
tree8ac2142b90c9e9bc76ae01d6ea8a2a2a48693bdd
parent54f581d3c709c664261cdb96a282d20d14282cee (diff)
downloadopenssl-new-1e4ae04e792927ede0c3f925e12293bceeffe23e.tar.gz
Include string.h to get a proper declaration of memcmp()
-rw-r--r--fips/dsa/fingerprint.sha12
-rw-r--r--fips/dsa/fips_dsa_selftest.c1
-rw-r--r--fips/rsa/fingerprint.sha12
-rw-r--r--fips/rsa/fips_rsa_gen.c1
4 files changed, 4 insertions, 2 deletions
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 <string.h>
#include <openssl/crypto.h>
#include <openssl/dsa.h>
#include <openssl/fips.h>
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 <stdio.h>
+#include <string.h>
#include <time.h>
#include <openssl/err.h>
#include <openssl/bn.h>