1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* keybox-blob.c (_keybox_create_x509_blob): Skip the leading

parenthesis of the serial number's S-exp.
(_keybox_create_x509_blob): And fixed length calculation.
(create_blob_header): Don't add an offset when writing the serial.
This commit is contained in:
Werner Koch 2001-12-20 16:50:13 +00:00
parent ee1b7e428b
commit b65e1cf90a
2 changed files with 15 additions and 7 deletions

View file

@ -2,6 +2,8 @@
* keybox-blob.c (_keybox_create_x509_blob): Skip the leading
parenthesis of the serial number's S-exp.
(_keybox_create_x509_blob): And fixed length calculation.
(create_blob_header): Don't add an offset when writing the serial.
2001-12-18 Werner Koch <wk@gnupg.org>