From 403f1bdc701a038c372fac3c6b4e2b08c3226618 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 14 Nov 2002 08:20:40 +0000 Subject: [PATCH] When AES is skipped because the option 'no-rijndael' was given, make sure it's skipped from SDIRS as well. --- Configure | 1 + 1 file changed, 1 insertion(+) diff --git a/Configure b/Configure index 497fd23f09..06a3c85949 100755 --- a/Configure +++ b/Configure @@ -740,6 +740,7 @@ PROCESS_ARGS: $openssl_algorithm_defines .= "#define OPENSSL_NO_$algo\n"; if ($algo eq "RIJNDAEL") { + push @skip, "aes"; $flags .= "-DOPENSSL_NO_AES "; $depflags .= "-DOPENSSL_NO_AES "; $openssl_algorithm_defines .= "#define OPENSSL_NO_AES\n"; -- 2.25.1