commit | b046d70676aa77c29e24ccc34406e123be445790 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Sun Jul 15 13:33:05 2012 +0000 |
committer | Andy Polyakov <appro@openssl.org> | Sun Jul 15 13:33:05 2012 +0000 |
tree | 866d8ee282306166b13543c530d108f3a02a9dcb | |
parent | ae007d4d09f2ed9940c6e581bab9290d78615506 [diff] |
rc5.h: stop wasting space on 64-bit platforms [breaks binary compatibility!].
diff --git a/crypto/rc5/rc5.h b/crypto/rc5/rc5.h index 4b3c153..a01b5e9 100644 --- a/crypto/rc5/rc5.h +++ b/crypto/rc5/rc5.h
@@ -72,8 +72,7 @@ #define RC5_ENCRYPT 1 #define RC5_DECRYPT 0 -/* 32 bit. For Alpha, things may get weird */ -#define RC5_32_INT unsigned long +#define RC5_32_INT unsigned int #define RC5_32_BLOCK 8 #define RC5_32_KEY_LENGTH 16 /* This is a default, max is 255 */