Commit b30504c6 authored by Bodo Möller's avatar Bodo Möller
Browse files

fix warning

parent cbb5f1f0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -90,8 +90,10 @@ extern "C" {
 * be on.  Again this in only really a problem on machines
 * using "long long's", are 32bit, and are not using my assembler code. */
#if defined(MSDOS) || defined(WINDOWS) || defined(WIN32) || defined(linux)
# ifndef BN_DIV2W
#  define BN_DIV2W
# endif
#endif

/* assuming long is 64bit - this is the DEC Alpha
 * unsigned long long is only 64 bits :-(, don't define