diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-10-12 17:35:34 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-10-12 17:35:34 +0200 |
commit | df36faaaa25c94ae4753c664026e2ab9f335e4d7 (patch) | |
tree | 646d84bf990725dcf500e0f1e205f7dce3eb5b53 /README.FIPS | |
parent | Updates to handle some verification of v2 tests. (diff) | |
download | openssl-df36faaaa25c94ae4753c664026e2ab9f335e4d7.tar.xz openssl-df36faaaa25c94ae4753c664026e2ab9f335e4d7.zip |
Update instructions.
Diffstat (limited to 'README.FIPS')
-rw-r--r-- | README.FIPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.FIPS b/README.FIPS index d9f2abba50..64d672a470 100644 --- a/README.FIPS +++ b/README.FIPS @@ -30,7 +30,7 @@ Run test vectors: 3. Run the test vector perl script, for example: cd fips - perl fipsalgtest.pl --dir=/wherever/stuff/was/extracted + perl fipsalgtest.pl --disable-v2 --dir=/wherever/stuff/was/extracted 4. It should say "passed all tests" at the end. Report full details of any failures. |