1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix cutlass after security/botan update (see ports/91072)

PR:		91912
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
This commit is contained in:
Tim Bishop 2006-01-17 19:51:02 +00:00
parent 747364a3d8
commit a4335ae0c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153753

View File

@ -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)