void-packages/srcpkgs/john/patches/libressl.patch

10 lines
193 B
Diff
Raw Normal View History

2015-02-02 15:50:25 +00:00
--- common.h 2015-02-02 15:49:37.819305586 +0100
+++ 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