diff options
| author | miod <> | 2014-04-23 19:09:49 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-23 19:09:49 +0000 |
| commit | 5c5b4051455670ca8a2449f23b6a2e3de63f8a77 (patch) | |
| tree | 2f0bbc95834194b0eb3a2e2149c853e29107e563 /src/lib/libcrypto/rc5 | |
| parent | 05fb7266a00886e0ac003a3d017b9754a08297c1 (diff) | |
| download | openbsd-5c5b4051455670ca8a2449f23b6a2e3de63f8a77.tar.gz openbsd-5c5b4051455670ca8a2449f23b6a2e3de63f8a77.tar.bz2 openbsd-5c5b4051455670ca8a2449f23b6a2e3de63f8a77.zip | |
Unifdef -UPEDANTIC. ok beck@ tedu@
Diffstat (limited to 'src/lib/libcrypto/rc5')
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc5/rc5_locl.h b/src/lib/libcrypto/rc5/rc5_locl.h index 314ce8909a..14086c8551 100644 --- a/src/lib/libcrypto/rc5/rc5_locl.h +++ b/src/lib/libcrypto/rc5/rc5_locl.h | |||
| @@ -146,7 +146,7 @@ | |||
| 146 | *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \ | 146 | *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \ |
| 147 | *((c)++)=(unsigned char)(((l) )&0xff)) | 147 | *((c)++)=(unsigned char)(((l) )&0xff)) |
| 148 | 148 | ||
| 149 | #if defined(__GNUC__) && __GNUC__>=2 && !defined(__STRICT_ANSI__) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC) | 149 | #if defined(__GNUC__) && __GNUC__>=2 && !defined(__STRICT_ANSI__) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) |
| 150 | # if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) | 150 | # if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) |
| 151 | # define ROTATE_l32(a,n) ({ register unsigned int ret; \ | 151 | # define ROTATE_l32(a,n) ({ register unsigned int ret; \ |
| 152 | asm ("roll %%cl,%0" \ | 152 | asm ("roll %%cl,%0" \ |
