diff options
author | Werner Koch <[email protected]> | 2006-10-11 17:52:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-11 17:52:15 +0000 |
commit | 43825e9dae8cdb3b71f813c08689d7ecff870cae (patch) | |
tree | 9540179816b22582ce2e158e63d8a6f743a843bf /agent/command.c | |
parent | Preparing a release (diff) | |
download | gnupg-43825e9dae8cdb3b71f813c08689d7ecff870cae.tar.gz gnupg-43825e9dae8cdb3b71f813c08689d7ecff870cae.zip |
Allow pkcs#10 creation directkly from a smart card
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index a2634f7d5..cebbf9a2f 100644 --- a/agent/command.c +++ b/agent/command.c @@ -236,7 +236,7 @@ parse_hexstring (assuan_context_t ctx, const char *string, size_t *len) } /* Parse the keygrip in STRING into the provided buffer BUF. BUF must - provide space for 20 bytes. BUF is not changed if the fucntions + provide space for 20 bytes. BUF is not changed if the function returns an error. */ static int parse_keygrip (assuan_context_t ctx, const char *string, unsigned char *buf) |