From: Andy Polyakov Date: Tue, 19 Jun 2012 07:49:36 +0000 (+0000) Subject: sha256-586.pl: fix linking error. X-Git-Tag: master-pre-reformat~1744 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42a36658c196f95fb08775241c148baa26d45250;p=openssl sha256-586.pl: fix linking error. --- diff --git a/crypto/sha/asm/sha256-586.pl b/crypto/sha/asm/sha256-586.pl index c6cbbabd65..46bd92943b 100644 --- a/crypto/sha/asm/sha256-586.pl +++ b/crypto/sha/asm/sha256-586.pl @@ -181,7 +181,7 @@ sub BODY_00_15() { &test ("ecx",1<<20); # check for P4 &jnz (&label("loop")); &test ("edx",1<<11); # check for XOP - &jnz (&label("XOP")); + &jnz (&label("XOP")) if ($ymm); &and ("ecx",1<<30); # mask "Intel CPU" bit &and ("edx",1<<28); # mask AVX bit &or ("ecx","edx");