]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/asm/x86_64-gcc.c
crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONG
[thirdparty/openssl.git] / crypto / bn / asm / x86_64-gcc.c
index 1729b479d43ece223b14beac8e96358d81a316c3..aa94a13d3b1d312f509533f15f6e1fc8c9bc1cd1 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