X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=56fa31a079a84dbe8b43fc0e3ef0d2bde6ffafc8;hp=77bb60c3e6c54b7b741fec153b6e9f60d024135a;hb=52739e40ccc1b16cd966ea204bcfea3cc874fec8;hpb=ed03c46134b1ebfcbee937c74e7f4517893be1fd diff --git a/Configure b/Configure index 77bb60c3e6..56fa31a079 100755 --- a/Configure +++ b/Configure @@ -227,6 +227,7 @@ my @dtls = qw(dtls1 dtls1_2); my @disablables = ( "aes", "asm", + "async", "bf", "camellia", "capieng", @@ -741,7 +742,7 @@ foreach (sort (keys %disabled)) my ($ALGO, $algo); ($ALGO = $algo = $_) =~ tr/[\-a-z]/[_A-Z]/; - if (/^asm$/ || /^err$/ || /^hw$/ || /^hw-/) + if (/^asm$/ || /^err$/ || /^hw$/ || /^hw-/ || /^async$/) { push @{$config{openssl_other_defines}}, "OPENSSL_NO_$ALGO"; print " OPENSSL_NO_$ALGO";