From 8f86d41613db588e4912fd23a61f7c6b3947e32a Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 8 Nov 2008 19:22:39 +0000 Subject: Move declaration of StreamCipher to stream_cipher.h --- src/utils/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') diff --git a/src/utils/types.h b/src/utils/types.h index 49d1a3c4c..6c435952a 100644 --- a/src/utils/types.h +++ b/src/utils/types.h @@ -26,6 +26,8 @@ typedef signed int s32bit; typedef unsigned long long u64bit; #endif +static const u32bit DEFAULT_BUFFERSIZE = BOTAN_DEFAULT_BUFFER_SIZE; + } namespace Botan_types { -- cgit v1.2.3