mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 15:54:29 +02:00
Fixed another redefinition of ulong64
This one was caught only after testing on FreeBSD.
This commit is contained in:
parent
d6de90fb18
commit
c14f1227af
@ -273,7 +273,10 @@
|
||||
#if defined(FP_64BIT)
|
||||
/* for GCC only on supported platforms */
|
||||
#ifndef CRYPT
|
||||
#ifndef LTC_ULONG64
|
||||
#define LTC_ULONG64
|
||||
typedef unsigned long long ulong64;
|
||||
#endif
|
||||
#endif /* CRYPT */
|
||||
|
||||
typedef ulong64 fp_digit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user