diff options
author | lloyd <[email protected]> | 2008-11-08 19:22:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 19:22:39 +0000 |
commit | 8f86d41613db588e4912fd23a61f7c6b3947e32a (patch) | |
tree | a73ec2d231700f6ac6063e07c94a37af7b81b941 /src/utils | |
parent | e021640afb43a70d2950a8cce3d71f0b7dade777 (diff) |
Move declaration of StreamCipher to stream_cipher.h
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/types.h | 2 |
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 { |