repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
security
/
steghide
/
patches
/
patch-ah
blob
fdebc67002cf6d78a5f636b40b32fd34b96cffd3
1
$NetBSD$
2
3
--- src/MCryptPP.h 2003-09-28 16:30:30.000000000 +0100
4
+++ src/MCryptPP.h 2007-10-02 08:35:33.000000000 +0100
5
@@ -27,6 +27,8 @@
6
7
#include <string>
8
9
+#define _Bool bool
10
+
11
#include <mcrypt.h>
12
13
class BitString ;