From 0505bd63c15c82aead21cde52afbf6c41421d140 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 28 Oct 2014 07:35:59 +0000 Subject: deregister; no binary change ok jsing@ miod@ --- src/lib/libcrypto/aes/aes_x86core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/aes') diff --git a/src/lib/libcrypto/aes/aes_x86core.c b/src/lib/libcrypto/aes/aes_x86core.c index 5cd215e5df..c7a2e0a9a6 100644 --- a/src/lib/libcrypto/aes/aes_x86core.c +++ b/src/lib/libcrypto/aes/aes_x86core.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aes_x86core.c,v 1.6 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: aes_x86core.c,v 1.7 2014/10/28 07:35:58 jsg Exp $ */ /** * rijndael-alg-fst.c * @@ -90,7 +90,7 @@ typedef unsigned long long u64; #undef ROTATE #if defined(__GNUC__) && __GNUC__>=2 # if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) -# define ROTATE(a,n) ({ register unsigned int ret; \ +# define ROTATE(a,n) ({ unsigned int ret; \ asm ( \ "roll %1,%0" \ : "=r"(ret) \ -- cgit v1.2.3-55-g6feb