When AES is skipped because the option 'no-rijndael' was given,
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Nov 2002 08:20:40 +0000 (08:20 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Nov 2002 08:20:40 +0000 (08:20 +0000)
make sure it's skipped from SDIRS as well.

Configure

index 497fd23f0909f2fa5bf33b429de16016d9e1b5ec..06a3c859496b2468349837009f0d554b51e4cffa 100755 (executable)
--- 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";