aboutsummaryrefslogtreecommitdiffstats
path: root/common/openpgpdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/openpgpdefs.h')
-rw-r--r--common/openpgpdefs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h
index 0a5844227..ac1af3788 100644
--- a/common/openpgpdefs.h
+++ b/common/openpgpdefs.h
@@ -107,9 +107,7 @@ typedef enum
CIPHER_ALGO_TWOFISH = 10, /* 256 bit */
CIPHER_ALGO_CAMELLIA128 = 11,
CIPHER_ALGO_CAMELLIA192 = 12,
- CIPHER_ALGO_CAMELLIA256 = 13,
-
- CIPHER_ALGO_DUMMY = 110 /* No encryption at all (private). */
+ CIPHER_ALGO_CAMELLIA256 = 13
}
cipher_algo_t;