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

Configure

index 50ba760288aa15c5e78a9c1e370957613b3c2f8c..a6021dfd3f95f3c39dba1c09f9951e11784cc315 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -742,6 +742,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";