summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-04-29 12:38:23 +1000
committerPauli <pauli@openssl.org>2021-04-30 17:51:44 +1000
commit38230e30118e434ca1c41d05d03fe2c41042d97d (patch)
treeb873f8d0de82c6731e70323f500132045f90336c /INSTALL.md
parent455f2542526ba3aa0db16dc8c4a5289d7f3e6b50 (diff)
acvp: fix the no-acvp_test build
A pair of the disabled string checks were incorrect. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15082)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f9b065d764..9414556427 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -521,7 +521,7 @@ never be used in production environments. It will only work when used with
gcc or clang and should be used in conjunction with the [no-shared](#no-shared)
option.
-### no-acvp_tests
+### no-acvp-tests
Do not build support for Automated Cryptographic Validation Protocol (ACVP)
tests.