forked from Lainports/freebsd-ports
13 lines
325 B
C
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
|