mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
fixed clearsig stuff
This commit is contained in:
parent
ccb3140ab2
commit
5aed77d1db
28 changed files with 1428 additions and 584 deletions
|
@ -44,6 +44,9 @@
|
|||
#define PUBKEY_ALGO_DSA 17
|
||||
#define PUBKEY_ALGO_ELGAMAL 20 /* sign and encrypt elgamal */
|
||||
|
||||
#define PUBKEY_USAGE_SIG 1 /* key is good for signatures */
|
||||
#define PUBKEY_USAGE_ENC 2 /* key is good for encryption */
|
||||
|
||||
#define DIGEST_ALGO_MD5 1
|
||||
#define DIGEST_ALGO_SHA1 2
|
||||
#define DIGEST_ALGO_RMD160 3
|
||||
|
@ -79,9 +82,7 @@ typedef struct {
|
|||
int bufcount;
|
||||
int secure;
|
||||
FILE *debug;
|
||||
int guard1;
|
||||
struct md_digest_list_s *list;
|
||||
int guard2;
|
||||
} *MD_HANDLE;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue