From 42a36658c196f95fb08775241c148baa26d45250 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 19 Jun 2012 07:49:36 +0000 Subject: [PATCH] sha256-586.pl: fix linking error. --- crypto/sha/asm/sha256-586.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.40.0