diff options
author | Richard Levitte <levitte@openssl.org> | 2020-02-18 08:25:06 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-02-27 08:49:14 +0100 |
commit | 30a4cda5e0c67b4e77da4f21b7c5f27991d3367a (patch) | |
tree | fe0b70dcd200fb870adda72f6fac809d525a4417 /INSTALL.md | |
parent | Build file templates: don't set OPENSSL_{ENGINES,MODULES} (diff) | |
download | openssl-30a4cda5e0c67b4e77da4f21b7c5f27991d3367a.tar.xz openssl-30a4cda5e0c67b4e77da4f21b7c5f27991d3367a.zip |
Replace util/shlib_wrap.sh with util/wrap.pl in diverse docs
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11110)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 01726a16ab..8eefeb306d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1545,7 +1545,7 @@ Run all tests in test groups 80 to 99 except for tests in group 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 + $ ./util/wrap.sh test/bntest -stochastic Troubleshooting =============== |