aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cipher.h')
-rw-r--r--include/cipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 1bec64c92..3e7489e92 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -51,6 +51,7 @@
#define PUBKEY_USAGE_SIG 1 /* key is good for signatures */
#define PUBKEY_USAGE_ENC 2 /* key is good for encryption */
#define PUBKEY_USAGE_CERT 4 /* key is also good to certify other keys*/
+#define PUBKEY_USAGE_UNKNOWN 128 /* key has an unknown usage bit */
#define DIGEST_ALGO_MD5 1
#define DIGEST_ALGO_SHA1 2