diff options
| author | Werner Koch <[email protected]> | 2001-11-19 16:17:43 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-11-19 16:17:43 +0000 |
| commit | a413066de10f31a5db98cc1a0564a49f8779157f (patch) | |
| tree | 4896be0e0e98ead00cc90634eeba8c75d24c3050 /sm/fingerprint.c | |
| parent | Added code for data lines. For ease of implementation we need glibc (diff) | |
| download | gnupg-a413066de10f31a5db98cc1a0564a49f8779157f.tar.gz gnupg-a413066de10f31a5db98cc1a0564a49f8779157f.zip | |
Added basic code for keylisting.
New Assuan command LISTKEYS.
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 a612f3b87..c6571ab14 100644 --- a/sm/fingerprint.c +++ b/sm/fingerprint.c @@ -33,7 +33,7 @@ #include "gpgsm.h" /* Return the fingerprint of the certificate (we can't put this into - libksba becuase we need libgcrypt support). The caller must + 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 |
