rc5.h: stop wasting space on 64-bit platforms [breaks binary compatibility!].
authorAndy Polyakov <appro@openssl.org>
Sun, 15 Jul 2012 13:33:05 +0000 (13:33 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 15 Jul 2012 13:33:05 +0000 (13:33 +0000)
crypto/rc5/rc5.h

index 4b3c153b5038dee73c77fa09a787e5446df08525..a01b5e9f235393ea6917ab7ec857e0d270caa43b 100644 (file)
@@ -72,8 +72,7 @@ extern "C" {
 #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 */