summaryrefslogtreecommitdiff
path: root/Configure
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 /Configure
parent455f2542526ba3aa0db16dc8c4a5289d7f3e6b50 (diff)
downloadopenssl-new-38230e30118e434ca1c41d05d03fe2c41042d97d.tar.gz
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 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 83c9a6f382..7acbbc56b9 100755
--- a/Configure
+++ b/Configure
@@ -379,7 +379,7 @@ my @dtls = qw(dtls1 dtls1_2);
# For developers: keep it sorted alphabetically
my @disablables = (
- "acvp_tests",
+ "acvp-tests",
"afalgeng",
"aria",
"asan",