void-packages/srcpkgs/john/patches/libressl.patch
2016-03-30 02:03:54 -04:00

9 lines
201 B
Diff

--- src/common.h 2015-02-02 15:49:37.819305586 +0100
+++ src/common.h 2015-02-02 15:47:25.449554007 +0100
@@ -75,4 +75,6 @@
*/
extern void common_init(void);
+#define C_Block DES_cblock
+
#endif