Allow for bn(64,32) on LP64 platforms.
authorAndy Polyakov <appro@openssl.org>
Thu, 15 Dec 2005 22:31:16 +0000 (22:31 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 15 Dec 2005 22:31:16 +0000 (22:31 +0000)
crypto/bn/bn.h

index ca5861703e97c86ce98f168bd15876f9e3713ae5..baf72c36e27afd6574edcb091e42e38a1e8629b5 100644 (file)
@@ -174,8 +174,8 @@ extern "C" {
 #  define BN_ULLONG    unsigned long long
 # endif
 #endif
-#define BN_ULONG       unsigned long
-#define BN_LONG                long
+#define BN_ULONG       unsigned int
+#define BN_LONG                int
 #define BN_BITS                64
 #define BN_BYTES       4
 #define BN_BITS2       32