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

* getkey.c (get_seckey_byname2): If no explicit default key is set, don't

pick a disabled default.  Noted by David Crick.
This commit is contained in:
David Shaw 2005-03-17 23:52:38 +00:00
parent 24a34eea61
commit 5f7720e693
2 changed files with 13 additions and 4 deletions

View file

@ -1,5 +1,8 @@
2005-03-17 David Shaw <dshaw@jabberwocky.com>
* getkey.c (get_seckey_byname2): If no explicit default key is
set, don't pick a disabled default. Noted by David Crick.
* Makefile.am: Calculate GNUPG_LIBEXECDIR directly. Do not
redefine $libexecdir.