From 38230e30118e434ca1c41d05d03fe2c41042d97d Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 29 Apr 2021 12:38:23 +1000 Subject: acvp: fix the no-acvp_test build A pair of the disabled string checks were incorrect. Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/15082) --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configure') 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", -- cgit v1.2.1