1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-20 01:02:44 +02:00

* cipher.h: Add PUBKEY_USAGE_UNKNOWN.

This commit is contained in:
David Shaw 2004-11-29 21:14:18 +00:00
parent 3ea642d8ae
commit 0f8db18dc1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-11-29 David Shaw <dshaw@jabberwocky.com>
* cipher.h: Add PUBKEY_USAGE_UNKNOWN.
2004-11-03 Timo Schulz <twoaday@g10code.com>
* errors.h: Add w32_strerror prototype.

View File

@ -50,6 +50,7 @@
#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_AUTH 8 /* key is good for authentication */
#define PUBKEY_USAGE_UNKNOWN 128 /* key has an unknown usage bit */
#define DIGEST_ALGO_MD5 1
#define DIGEST_ALGO_SHA1 2