freebsd-ports/security/cryptlib/files/patch-crypt_osconfig.h
2021-12-01 17:25:26 +00:00

13 lines
325 B
C

--- crypt/osconfig.h.orig 2021-11-26 15:16:58 UTC
+++ crypt/osconfig.h
@@ -147,6 +147,10 @@
#define L_ENDIAN
#else
#define B_ENDIAN
#endif /* Usually big-endian but may be little-endian */
+ #ifdef __LP64__
+ #undef SIXTY_FOUR_BIT
+ #define SIXTY_FOUR_BIT_LONG
+ #endif
#define BN_LLONG
#define DES_RISC1