1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

As promised a agent which already does some things. Not very useful

yet but may be of help for using it in ther contexts.
This commit is contained in:
Werner Koch 2001-11-25 14:53:10 +00:00
parent f60dc501d2
commit 922cedfe58
5 changed files with 220 additions and 44 deletions

View file

@ -55,10 +55,11 @@ struct server_local_s;
struct server_control_s {
struct server_local_s *server_local;
struct {
int algo;
unsigned char value[MAX_DIGEST_LEN];
int valuelen;
} digest;
char keygrip[20];
};
typedef struct server_control_s *CTRL;