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 /README.FIPS | |
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
Diffstat (limited to 'README.FIPS')
-rw-r--r-- | README.FIPS | 4 |
1 files changed, 4 insertions, 0 deletions
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 |