]> git.pld-linux.org Git - packages/john.git/blob - jumbo-x32.patch
eaf43d6cee7f518213e58d8b694c546093136b9e
[packages/john.git] / jumbo-x32.patch
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.051702 seconds and 2 git commands to generate.