With mingw32, use "long long" rather than "_int64" (the latter does
authorBodo Möller <bodo@openssl.org>
Mon, 28 Jun 1999 14:38:31 +0000 (14:38 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 28 Jun 1999 14:38:31 +0000 (14:38 +0000)
not work, at least the package mentioned in INSTALL.W32 does not know
about it).

crypto/bn/bn.h

index 80421a24ccda37cf5db8210611ad6d35119ddca0..cfed61293d62e5cf00240d7e8ea48e0aae3fe11c 100644 (file)
@@ -142,7 +142,7 @@ extern "C" {
 #endif
 
 #ifdef THIRTY_TWO_BIT
-#ifdef WIN32
+#if defined WIN32 && !defined __MINGW32__
 #define BN_ULLONG      unsigned _int64
 #else
 #define BN_ULLONG      unsigned long long