]> git.pld-linux.org Git - packages/john.git/blame - jumbo-x32.patch
- added jumbo version dependencies, gomp and opencl bconds
[packages/john.git] / jumbo-x32.patch
CommitLineData
4b4e0bd3
JR
1--- john-1.8.0-jumbo-1/src/aes/aesni/iaes_asm_interface.h~ 2014-05-16 15:40:40.000000000 +0200
2+++ john-1.8.0-jumbo-1/src/aes/aesni/iaes_asm_interface.h 2015-08-09 21:00:28.357476188 +0200
3@@ -56,7 +56,7 @@
4 #endif
5
6 #ifdef __linux__
7-#ifndef __LP64__
8+#if !(defined(__LP64__) || defined(__ILP32__))
9 #define iEncExpandKey256 _iEncExpandKey256
10 #define iEncExpandKey192 _iEncExpandKey192
11 #define iEncExpandKey128 _iEncExpandKey128
This page took 0.477268 seconds and 4 git commands to generate.