1diff -Nur openssl-0.9.8za/src/crypto/rc5/rc5.h ./crypto/rc5/rc5.h
2--- openssl-0.9.8za/src/crypto/rc5/rc5.h	2014-06-05 01:09:08.000000000 -0700
3+++ ./crypto/rc5/rc5.h	2014-07-09 17:55:16.000000000 -0700
4@@ -73,7 +73,11 @@
5 #define RC5_DECRYPT	0
6 
7 /* 32 bit.  For Alpha, things may get weird */
8+#ifdef __LP64__
9+#define RC5_32_INT unsigned int
10+#else
11 #define RC5_32_INT unsigned long
12+#endif
13 
14 #define RC5_32_BLOCK		8
15 #define RC5_32_KEY_LENGTH	16 /* This is a default, max is 255 */
16