aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 19:22:39 +0000
committerlloyd <[email protected]>2008-11-08 19:22:39 +0000
commit8f86d41613db588e4912fd23a61f7c6b3947e32a (patch)
treea73ec2d231700f6ac6063e07c94a37af7b81b941 /src/utils
parente021640afb43a70d2950a8cce3d71f0b7dade777 (diff)
Move declaration of StreamCipher to stream_cipher.h
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/types.h2
1 files changed, 2 insertions, 0 deletions
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 {