mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-07 17:33:02 +01:00
* cipher.h: Add PUBKEY_USAGE_UNKNOWN.
This commit is contained in:
parent
ee1827b8c1
commit
a59e12f78f
@ -1,3 +1,7 @@
|
||||
2004-11-29 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* cipher.h: Add PUBKEY_USAGE_UNKNOWN.
|
||||
|
||||
2004-03-29 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* mpi.h: s/exp/exponent/ to shutup a compiler warning.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user