included <string.h> in fips.c to pick up

memcmp definition.

update fips_make_sha1 to use fips_err.h

update hashes.
This commit is contained in:
Dr. Stephen Henson 2003-09-08 12:49:08 +00:00
parent 4c4ef336a9
commit a86eff4296
3 changed files with 5 additions and 4 deletions

View 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

View 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

View File

@ -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