diff options
| author | Werner Koch <[email protected]> | 2001-11-25 14:53:10 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-11-25 14:53:10 +0000 |
| commit | 922cedfe5801b4ba77e9aaaa151966d1c1fc28a8 (patch) | |
| tree | b5e277439190490a1021c3e291047c4009707ce1 /agent/agent.h | |
| parent | Introduced the keygrip (diff) | |
| download | gnupg-922cedfe5801b4ba77e9aaaa151966d1c1fc28a8.tar.gz gnupg-922cedfe5801b4ba77e9aaaa151966d1c1fc28a8.zip | |
As promised a agent which already does some things. Not very useful
yet but may be of help for using it in ther contexts.
Diffstat (limited to 'agent/agent.h')
| -rw-r--r-- | agent/agent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index e689b8e56..95bfa080e 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -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; |
