diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-21 21:21:54 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-21 21:21:54 +0000 |
commit | 631884636a2ac6ac8f67528c28ebee7a1c3dfb7f (patch) | |
tree | ed29a70c411666f28c9981fe997d4118ffe8298d | |
parent | 515e0b9e43e11c7df276cbbbe8112d2ad7815b11 (diff) | |
download | ports-631884636a2ac6ac8f67528c28ebee7a1c3dfb7f.tar.gz ports-631884636a2ac6ac8f67528c28ebee7a1c3dfb7f.zip |
Notes
-rw-r--r-- | deskutils/gtkjournal/files/patch-bfcryptfile.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/gtkjournal/files/patch-bfcryptfile.cpp b/deskutils/gtkjournal/files/patch-bfcryptfile.cpp new file mode 100644 index 000000000000..1c3fb98a4763 --- /dev/null +++ b/deskutils/gtkjournal/files/patch-bfcryptfile.cpp @@ -0,0 +1,10 @@ +--- src/aolib/bfcryptfile.cpp.orig Fri Mar 12 06:10:10 2004 ++++ src/aolib/bfcryptfile.cpp Sun Aug 20 09:12:01 2006 +@@ -18,6 +18,7 @@ + + + #include <aolib/bfcryptfile.hpp> ++#include "openssl/sha.h" + + namespace aolib + { |