included <string.h> in fips.c to pick up
authorDr. Stephen Henson <steve@openssl.org>
Mon, 8 Sep 2003 12:49:08 +0000 (12:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 8 Sep 2003 12:49:08 +0000 (12:49 +0000)
memcmp definition.

update fips_make_sha1 to use fips_err.h

update hashes.

fips/fingerprint.sha1
fips/fips.c
fips/fips_make_sha1

index 636f1df0b7a6eb34ac329e5009413a50952fd6bc..f5e87f7b08ee0c040f1062f60ea4d1004e5114a3 100644 (file)
@@ -1,4 +1,4 @@
-SHA1(fips.c)= c33135b6ae585a1a953332e261984d38121727d5
-SHA1(fips_err_wrapper.c)= 0cbe881739f6e7d91308e2e74b92032e69007528
-SHA1(fips_err.c)= 8d9fd3ab3e6ca5297c5714e7f6cd9834e22b4cba
+SHA1(fips.c)= 91fb8b7ed124c09b76faffd934523e4eef93edf1
+SHA1(fips_err_wrapper.c)= 527047304bfaa75f6ace20b4f7ac3afb6d89d480
 SHA1(fips.h)= 58386539af75f8f622b041a43bf1880fee8642f7
+SHA1(fips_err.h)= 8d9fd3ab3e6ca5297c5714e7f6cd9834e22b4cba
index b0c8069c6bfa8eb1f36752520af459e4db9d98e8..da222b53e41f1902f11714b6c099f04fb01ba85d 100644 (file)
@@ -53,6 +53,7 @@
 #include <openssl/err.h>
 #include <openssl/bio.h>
 #include <openssl/evp.h>
+#include <string.h>
 #include <limits.h>
 
 #ifdef FIPS
index 1699a956d30aa703780fde330912f85281168522..b36d242a9fad2bd8cb33dfc85ddec9230c2b63c2 100755 (executable)
@@ -6,7 +6,7 @@ cd fips/sha1
 $S fips_sha1dgst.c fips_sha1_selftest.c fips_standalone_sha1.c fips_sha_locl.h fips_md32_common.h > standalone.sha1
 
 cd ..
-$S fips.c fips_err_wrapper.c fips.h fips_err.c > fingerprint.sha1
+$S fips.c fips_err_wrapper.c fips.h fips_err.h > fingerprint.sha1
 
 cd rand
 $S fips_rand.c fips_rand.h > fingerprint.sha1