aboutsummaryrefslogtreecommitdiff
path: root/security/cryptlib/files/patch-crypt_osconfig.h
blob: 3cc1a7d7de9bc69f5ad16037e0616d91a225190b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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