aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-05 08:04:08 +0000
committerlloyd <[email protected]>2015-02-05 08:04:08 +0000
commitcb8606277d4b2f5ef1cf33e3d24b982ce1286373 (patch)
tree69acbc7a789268d498a06b655c77742228a30e83 /src/lib/utils
parentcb0f83ae63c4555cbdd0607e3a5f6e9260c0d19c (diff)
Move Cipher_Mode enum out of types.h, move stream cipher mode to new header
Diffstat (limited to 'src/lib/utils')
-rw-r--r--src/lib/utils/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/utils/types.h b/src/lib/utils/types.h
index c12cc72dc..4427038a6 100644
--- a/src/lib/utils/types.h
+++ b/src/lib/utils/types.h
@@ -39,12 +39,6 @@ typedef int32_t s32bit;
*/
static const size_t DEFAULT_BUFFERSIZE = BOTAN_DEFAULT_BUFFER_SIZE;
-/**
-* The two possible directions for cipher filters, determining whether they
-* actually perform encryption or decryption.
-*/
-enum Cipher_Dir { ENCRYPTION, DECRYPTION };
-
}
namespace Botan_types {