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:
parent
f60dc501d2
commit
922cedfe58
5 changed files with 220 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue