X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=43a90c0152536b78be96554a0b6897e7127afcd7;hp=e658eb7cd97c2cc27e138105e8b4ff92ca752a07;hb=49f6cb968ff63793f6671d9026fb2a7034dad79a;hpb=ddc899bada0b816f8a20360b7bc63750bc0361f5 diff --git a/Configure b/Configure index e658eb7cd9..43a90c0152 100755 --- a/Configure +++ b/Configure @@ -1095,6 +1095,8 @@ foreach (sort (keys %disabled)) else { push @skip, $algo; + # fix-up crypto/directory name(s) + @skip[$#skip]="whrlpool" if $algo eq "whirlpool"; print " (skip dir)"; $depflags .= " -DOPENSSL_NO_$ALGO"; @@ -1391,14 +1393,6 @@ if (!$IsMK1MF) } } -if (!defined($disabled{"sctp"})) - { - if ($target =~ /^solaris/) - { - $cflags = "$cflags -D_XPG4_2 -D__EXTENSIONS__"; - } - } - $cpuid_obj.=" uplink.o uplink-x86.o" if ($cflags =~ /\-DOPENSSL_USE_APPLINK/); # @@ -1521,7 +1515,7 @@ else { $aes_obj=$aes_enc; } $wp_obj="" if ($wp_obj =~ /mmx/ && $processor eq "386"); -if ($wp_obj =~ /\.o$/) +if ($wp_obj =~ /\.o$/ && !$disabled{"whirlpool"}) { $cflags.=" -DWHIRLPOOL_ASM"; }