1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Replace a call to BUG by an error return.

This commit is contained in:
Werner Koch 2009-02-24 11:47:25 +00:00
parent 310f45b618
commit 16e76f3a69
2 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2009-02-24 Werner Koch <wk@g10code.com>
* pkglue.c (pk_verify): Return an error for improper DATA instead
of calling BUG().
2009-02-09 Werner Koch <wk@g10code.com>
* keylist.c (print_capabilities): Take care of cert-only keys.