aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
diff options
context:
space:
mode:
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 {