Anchor AES and SHA-256/-512 assembler from C.
[openssl.git] / crypto / bn / asm / bn-586.pl
index 9a7c64c46455dad6cc0754107f456ccb9f886e5b..0415015f65100e2f5079904dad5e597cd7c4f9e7 100644 (file)
@@ -5,7 +5,8 @@ require "x86asm.pl";
 
 &asm_init($ARGV[0],$0);
 
-$sse2=0;       # SSE2 is temporarily disabled...
+$sse2=0;
+for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
 
 &bn_mul_add_words("bn_mul_add_words");
 &bn_mul_words("bn_mul_words");