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
5ec797f263
commit
17d4f07658
@ -742,6 +742,7 @@ PROCESS_ARGS:
|
|||||||
$openssl_algorithm_defines .= "#define OPENSSL_NO_$algo\n";
|
$openssl_algorithm_defines .= "#define OPENSSL_NO_$algo\n";
|
||||||
if ($algo eq "RIJNDAEL")
|
if ($algo eq "RIJNDAEL")
|
||||||
{
|
{
|
||||||
|
push @skip, "aes";
|
||||||
$flags .= "-DOPENSSL_NO_AES ";
|
$flags .= "-DOPENSSL_NO_AES ";
|
||||||
$depflags .= "-DOPENSSL_NO_AES ";
|
$depflags .= "-DOPENSSL_NO_AES ";
|
||||||
$openssl_algorithm_defines .= "#define OPENSSL_NO_AES\n";
|
$openssl_algorithm_defines .= "#define OPENSSL_NO_AES\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user