diff options
Diffstat (limited to 'security/steghide/patches/patch-ah')
-rw-r--r-- | security/steghide/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/steghide/patches/patch-ah b/security/steghide/patches/patch-ah new file mode 100644 index 00000000000..b3c8ff75e1f --- /dev/null +++ b/security/steghide/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2007/10/02 19:03:12 agc Exp $ + +--- src/MCryptPP.h 2003-09-28 16:30:30.000000000 +0100 ++++ src/MCryptPP.h 2007-10-02 08:35:33.000000000 +0100 +@@ -27,6 +27,8 @@ + + #include <string> + ++#define _Bool bool ++ + #include <mcrypt.h> + + class BitString ; |