summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cipher.h')
-rw-r--r--src/cipher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipher.h b/src/cipher.h
index 58e1290..9406761 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -38,7 +38,7 @@
#include <gcrypt.h>
#include "key_derivation.h"
-enum cipher_type_enum { unknown, null, aes_ctr };
+enum cipher_type_enum { c_unknown, c_null, c_aes_ctr };
typedef enum cipher_type_enum cipher_type_t;
struct cipher_struct {