mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-10 00:19:40 +00:00
When AES is skipped because the option 'no-rijndael' was given,
make sure it's skipped from SDIRS as well.
This commit is contained in:
parent
d574d83993
commit
403f1bdc70
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user