diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-10-19 13:47:21 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-10-19 13:47:21 +0200 |
commit | 0a7fcce8dfd5f9e71bf1cc3848087b796eb2966c (patch) | |
tree | ecfaf2a2a6e4f94308f295179106b4eebb2e1056 | |
parent | Recognise new option. (diff) | |
download | openssl-0a7fcce8dfd5f9e71bf1cc3848087b796eb2966c.tar.xz openssl-0a7fcce8dfd5f9e71bf1cc3848087b796eb2966c.zip |
Build fipscanister.o only by default. Utility build now needs
make build_tests
-rw-r--r-- | Makefile.fips | 2 | ||||
-rw-r--r-- | README.FIPS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips index 055dfffc39..703c9f9228 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -359,7 +359,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/uid.o sub_all: build_all -build_all: build_libs build_tests +build_all: build_libs build_libs: build_crypto build_fips diff --git a/README.FIPS b/README.FIPS index efa6ba67cd..c41bab9930 100644 --- a/README.FIPS +++ b/README.FIPS @@ -14,6 +14,10 @@ make Build should complete without errors. +Build test utilities: + +make build_tests + Run test suite: test/fips_test_suite |