crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONG
[openssl.git] / crypto / bn / asm / x86_64-gcc.c
index d38f3371647732b3242f6fc00de3163a7c623240..e6f16983145169cd1325390e8a82daf02a34249f 100644 (file)
  *    machine.
  */
 
-# if defined(_WIN64) || !defined(__LP64__)
-#  define BN_ULONG unsigned long long
-# else
-#  define BN_ULONG unsigned long
-# endif
-
 # undef mul
 # undef mul_add