diff options
Diffstat (limited to 'security/john/files/patch-src_sboxes-s.c')
-rw-r--r-- | security/john/files/patch-src_sboxes-s.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/john/files/patch-src_sboxes-s.c b/security/john/files/patch-src_sboxes-s.c new file mode 100644 index 000000000000..b6caba0d866d --- /dev/null +++ b/security/john/files/patch-src_sboxes-s.c @@ -0,0 +1,10 @@ +--- src/sboxes-s.c.orig 2021-12-13 00:08:30.419393000 +0100 ++++ src/sboxes-s.c 2021-12-13 00:08:41.847880000 +0100 +@@ -32,6 +32,7 @@ + #define regs 8 + #else + /* PowerPC with AltiVec, etc. */ ++#include <altivec.h> + #define regs 32 + #endif + |