Don't set OPENSSL_IA32_SSE2 on x86_64.
This commit is contained in:
		@@ -1199,7 +1199,7 @@ if ($sha1_obj =~ /\.o$/)
 | 
				
			|||||||
	$cflags.=" -DSHA1_ASM"   if ($sha1_obj =~ /sx86/ || $sha1_obj =~ /sha1/);
 | 
						$cflags.=" -DSHA1_ASM"   if ($sha1_obj =~ /sx86/ || $sha1_obj =~ /sha1/);
 | 
				
			||||||
	$cflags.=" -DSHA256_ASM" if ($sha1_obj =~ /sha256/);
 | 
						$cflags.=" -DSHA256_ASM" if ($sha1_obj =~ /sha256/);
 | 
				
			||||||
	$cflags.=" -DSHA512_ASM" if ($sha1_obj =~ /sha512/);
 | 
						$cflags.=" -DSHA512_ASM" if ($sha1_obj =~ /sha512/);
 | 
				
			||||||
	if ($sha1_obj =~ /x86/)
 | 
						if ($sha1_obj =~ /sse2/)
 | 
				
			||||||
	    {	if ($no_sse2)
 | 
						    {	if ($no_sse2)
 | 
				
			||||||
		{   $sha1_obj =~ s/\S*sse2\S+//;        }
 | 
							{   $sha1_obj =~ s/\S*sse2\S+//;        }
 | 
				
			||||||
		elsif ($cflags !~ /OPENSSL_IA32_SSE2/)
 | 
							elsif ($cflags !~ /OPENSSL_IA32_SSE2/)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user