diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-04-10 18:23:31 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-04-10 18:23:31 +0200 |
commit | 8742ae6e19e4d899d77ef0ca961775764e5bfe62 (patch) | |
tree | 1ebad8a00ed77f720782e0558efcae30e83b3a57 /README.FIPS | |
parent | Auto configure for fips is from restricted tarball. (diff) | |
download | openssl-8742ae6e19e4d899d77ef0ca961775764e5bfe62.tar.xz openssl-8742ae6e19e4d899d77ef0ca961775764e5bfe62.zip |
Clarify README.FIPS.
Diffstat (limited to 'README.FIPS')
-rw-r--r-- | README.FIPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.FIPS b/README.FIPS index 5c5fa295ce..6c5250cf44 100644 --- a/README.FIPS +++ b/README.FIPS @@ -28,6 +28,12 @@ Run test vectors: 4. It should say "passed all tests" at the end. Report full details of any failures. +Run: + +make clean + +to remove any object modules from previous compile. + Run symbol hiding test: ./config fipscanisteronly -DOPENSSL_FIPSSYMS |