aboutsummaryrefslogtreecommitdiffstats
path: root/security/cutlass
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2006-01-18 03:51:02 +0800
committertdb <tdb@FreeBSD.org>2006-01-18 03:51:02 +0800
commita35f4165e37c5d53a445a019518a2352e2e9bef1 (patch)
tree5a4cb5acde3900f33fef1a81d7fbf1c90be3a866 /security/cutlass
parent812f1a7e932e081134bb811b654369b7f773e56e (diff)
downloadfreebsd-ports-gnome-a35f4165e37c5d53a445a019518a2352e2e9bef1.tar.gz
freebsd-ports-gnome-a35f4165e37c5d53a445a019518a2352e2e9bef1.tar.zst
freebsd-ports-gnome-a35f4165e37c5d53a445a019518a2352e2e9bef1.zip
- Fix cutlass after security/botan update (see ports/91072)
PR: 91912 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Diffstat (limited to 'security/cutlass')
-rw-r--r--security/cutlass/files/patch-libcutlass::filters.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/cutlass/files/patch-libcutlass::filters.cpp b/security/cutlass/files/patch-libcutlass::filters.cpp
new file mode 100644
index 000000000000..3e10f9e8278d
--- /dev/null
+++ b/security/cutlass/files/patch-libcutlass::filters.cpp
@@ -0,0 +1,10 @@
+--- libcutlass/filters.cpp.orig Wed Dec 28 19:49:13 2005
++++ libcutlass/filters.cpp Wed Dec 28 19:49:19 2005
+@@ -5,6 +5,7 @@
+ #include <cutlass/filters.hpp>
+ #include <botan/rng.h>
+ #include <botan/lookup.h>
++#include <botan/bit_ops.h>
+ using namespace Botan;
+
+ static void dump(const char* name, const SecureVector<byte>& x)