Build in non-FIPS mode.

This commit is contained in:
Ben Laurie 2003-07-27 17:23:08 +00:00
parent 3ef747c8b6
commit 47954f114c
3 changed files with 6 additions and 5 deletions

View File

@ -32,13 +32,13 @@ GENERAL=Makefile README fips-lib.com install.com
LIB= $(TOP)/libcrypto.a
SHARED_LIB= libcrypto$(SHLIB_EXT)
LIBSRC=fips.c fips_err.c
LIBOBJ=fips.o fips_err.o
LIBSRC=fips.c fips_err_wrapper.c
LIBOBJ=fips.o fips_err_wrapper.o
SRC= $(LIBSRC)
EXHEADER=fips.h
HEADER=$(EXHEADER)
HEADER=$(EXHEADER) fips_err.c
ALL= $(GENERAL) $(SRC) $(HEADER)

View File

@ -1,3 +1,4 @@
SHA1(fips.c)= 39f2919005cb5c8d3b806b52d81a9247804dbe64
SHA1(fips_err.c)= 197ccc595c33079de87ae02da868808a9ca60648
SHA1(fips_err_wrapper.c)= 0cbe881739f6e7d91308e2e74b92032e69007528
SHA1(fips.h)= 53ce62539f2b69141693d427af9a4c4abc822cd0
SHA1(fips_err.c)= 197ccc595c33079de87ae02da868808a9ca60648

View File

@ -6,7 +6,7 @@ cd fips/sha1
$S fips_standalone_sha1.c fips_sha1dgst.c fips_sha_locl.h fips_md32_common.h > standalone.sha1
cd ..
$S fips.c fips_err.c fips.h > fingerprint.sha1
$S fips.c fips_err_wrapper.c fips.h fips_err.c > fingerprint.sha1
cd rand
$S fips_rand.c fips_rand.h > fingerprint.sha1