Fix various mistakes in ec_GFp_nistp_recode_scalar_bits comment.
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 88425a8c81156528aef4bd5e40694b2a1ca099f2..e980f50e1ddeadfd627132cd5412830b538a4b5c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                    Don't build the CAPI engine. This option will be forced if
                    on a platform that does not support CAPI.
 
+  no-cmp
+                   Don't build support for CMP features
+
   no-cms
                    Don't build support for CMS features
 
 
  $ make TESTS='[89]? -90'
 
+To stochastically verify that the algorithm that produces uniformly distributed
+random numbers is operating correctly (with a false positive rate of 0.01%):
+
+ $ ./util/shlib_wrap.sh test/bntest -stochastic
+
  Note on multi-threading
  -----------------------