X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=38fb9e901f801f678c00c0fbbec625b3a8662744;hp=7ac8a6ef14f6f87b8bbba2c87cb9d08355246d68;hb=745c70e5658d176a87965526d8839a7da79a6240;hpb=9dd2b2a94092a4a467f9a5fde6973b4df872fd6b diff --git a/Configure b/Configure index 7ac8a6ef14..38fb9e901f 100755 --- a/Configure +++ b/Configure @@ -422,7 +422,7 @@ foreach (@ARGV) { $no_asm=1; $flags .= "-DNO_ASM "; - $openssl_algorithm_defines .= "#define NO_ASM\n"; + $openssl_other_defines .= "#define NO_ASM\n"; } elsif (/^no-threads$/) { $no_threads=1; }