mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
2006-12-18 Marcus Brinkmann <marcus@g10code.de>
* fingerprint.c (gpgsm_get_fingerprint): Close MD.
This commit is contained in:
parent
b26e95cf70
commit
f1f975577e
@ -1,3 +1,7 @@
|
||||
2006-12-18 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* fingerprint.c (gpgsm_get_fingerprint): Close MD.
|
||||
|
||||
2006-11-24 Werner Koch <wk@g10code.com>
|
||||
|
||||
* certdump.c (parse_dn_part): Take '#' as a special character only
|
||||
|
@ -79,6 +79,7 @@ gpgsm_get_fingerprint (ksba_cert_t cert, int algo,
|
||||
}
|
||||
gcry_md_final (md);
|
||||
memcpy (array, gcry_md_read(md, algo), len );
|
||||
gcry_md_close (md);
|
||||
return array;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user