diff options
author | Werner Koch <[email protected]> | 2002-07-22 10:23:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-07-22 10:23:10 +0000 |
commit | 9f8fef65caccbf7377cfa8381c2fb0bb874e66ff (patch) | |
tree | e068bf02f38722dc713f157c63bd620632f81109 /sm/fingerprint.c | |
parent | * keybox-defs.h: New BLOBTYPTE_EMPTY. (diff) | |
download | gnupg-9f8fef65caccbf7377cfa8381c2fb0bb874e66ff.tar.gz gnupg-9f8fef65caccbf7377cfa8381c2fb0bb874e66ff.zip |
* delete.c: New.
* gpgsm.c: Made --delete-key work.
* server.c (cmd_delkeys): New.
(register_commands): New command DELKEYS.
* decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is
used and a STATUS_ERROR with the algorithm oid.
Diffstat (limited to 'sm/fingerprint.c')
-rw-r--r-- | sm/fingerprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/fingerprint.c b/sm/fingerprint.c index 88fe72b1e..d8b6ec4a3 100644 --- a/sm/fingerprint.c +++ b/sm/fingerprint.c @@ -36,7 +36,7 @@ libksba because we need libgcrypt support). The caller must provide an array of sufficient length or NULL so that the function allocates the array. If r_len is not NULL, the length of the - digest is return, well, this can also be done by using + digest is returned; well, this can also be done by using gcry_md_get_algo_dlen(). If algo is 0, a SHA-1 will be used. If there is a problem , the function does never return NULL but a |