summaryrefslogtreecommitdiff
path: root/M2Crypto/PGP/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'M2Crypto/PGP/constants.py')
-rw-r--r--M2Crypto/PGP/constants.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/M2Crypto/PGP/constants.py b/M2Crypto/PGP/constants.py
deleted file mode 100644
index 9a7810f..0000000
--- a/M2Crypto/PGP/constants.py
+++ /dev/null
@@ -1,19 +0,0 @@
-"""M2Crypto PGP2.
-
-Copyright (c) 1999-2003 Ng Pheng Siong. All rights reserved."""
-
-CTB_TAG = 128
-
-CTB_PKE = 1
-CTB_SIGNATURE = 2
-CTB_MESSAGE_DIGETS = 3
-CTB_PRIVATE_KEY = 5
-CTB_PUBLIC_KEY = 6
-CTB_COMPRESSED_DATA = 8
-CTB_CKE = 9
-CTB_LITERAL_DATA = 11
-CTB_TRUST = 12
-CTB_USERID = 13
-CTB_COMMENT = 14
-
-