summaryrefslogtreecommitdiffstats
path: root/crypto/rc5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-07-15 13:33:05 +0000
committerAndy Polyakov <appro@openssl.org>2012-07-15 13:33:05 +0000
commitb046d70676aa77c29e24ccc34406e123be445790 (patch)
tree866d8ee282306166b13543c530d108f3a02a9dcb /crypto/rc5
parentae007d4d09f2ed9940c6e581bab9290d78615506 (diff)
rc5.h: stop wasting space on 64-bit platforms [breaks binary compatibility!].
Diffstat (limited to 'crypto/rc5')
-rw-r--r--crypto/rc5/rc5.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/rc5/rc5.h b/crypto/rc5/rc5.h
index 4b3c153b50..a01b5e9f23 100644
--- a/crypto/rc5/rc5.h
+++ b/crypto/rc5/rc5.h
@@ -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 */