diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-10-12 15:35:34 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-10-12 15:35:34 +0000 |
commit | df36faaaa25c94ae4753c664026e2ab9f335e4d7 (patch) | |
tree | 646d84bf990725dcf500e0f1e205f7dce3eb5b53 | |
parent | e15acd9d9efcfd537996a5910c9f32afc5b84d9e (diff) | |
download | openssl-new-df36faaaa25c94ae4753c664026e2ab9f335e4d7.tar.gz |
Update instructions.
-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. |