aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/cipher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 9e1fba874..aaab08d55 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -45,8 +45,10 @@
#define PUBKEY_ALGO_DSA 17
#define PUBKEY_ALGO_ELGAMAL 20 /* sign and encrypt elgamal */
+#if 0
#define PUBKEY_USAGE_SIG 1 /* key is good for signatures */
#define PUBKEY_USAGE_ENC 2 /* key is good for encryption */
+#endif
#define DIGEST_ALGO_MD5 1
#define DIGEST_ALGO_SHA1 2