mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-09 21:28:51 +01:00
* fingerprint.c (gpgsm_get_certid): Print the serialand not the
hash after the dot.
This commit is contained in:
parent
6af7631e54
commit
ae439af93a
@ -1,3 +1,8 @@
|
||||
2002-01-13 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* fingerprint.c (gpgsm_get_certid): Print the serialand not the
|
||||
hash after the dot.
|
||||
|
||||
2002-01-11 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* call-dirmngr.c: New.
|
||||
|
@ -246,7 +246,7 @@ gpgsm_get_certid (KsbaCert cert)
|
||||
sprintf (endp, "%02X", hash[i]);
|
||||
*endp++ = '.';
|
||||
for (i=0; i < n; i++, endp += 2)
|
||||
sprintf (endp, "%02X", hash[i]);
|
||||
sprintf (endp, "%02X", p[i]);
|
||||
*endp = 0;
|
||||
|
||||
xfree (serial);
|
||||
|
Loading…
Reference in New Issue
Block a user