From: Niels Möller Date: Sat, 13 Sep 2008 20:21:22 +0000 (+0200) Subject: Fixed missing shift. X-Git-Tag: nettle_2.0_release_20090608~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2dec308beb3a23784538c8392840aefaa225cea;p=thirdparty%2Fnettle.git Fixed missing shift. Rev: nettle/x86_64/aes.m4:1.4 --- diff --git a/x86_64/aes.m4 b/x86_64/aes.m4 index 8edf6aa6..70536ecc 100644 --- a/x86_64/aes.m4 +++ b/x86_64/aes.m4 @@ -81,6 +81,7 @@ define(, < and <$>0xff,$7 xorl AES_TABLE2 ($1, $7, 4),$6 movl $5,XREG($7) + shr <$>24,$7 xorl AES_TABLE3 ($1, $7, 4),$6>)dnl dnl AES_FINAL_ROUND(a, b, c, d, table, out, tmp)