mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Require gpgrt 1.51
* configure.ac (NEED_GPGRT_VERSION): Bump to 1.51. * g10/keydb.c (internal_keydb_update_keyblock) [!USE_TOFU]: Mark an arg unused. * common/homedir.c (create_common_conf) [!BUILD_WITH_KEYBOXD]: Mark an arg unused.
This commit is contained in:
parent
7b0be541a9
commit
c3bab200d9
3 changed files with 6 additions and 2 deletions
|
@ -1422,6 +1422,8 @@ internal_keydb_update_keyblock (ctrl_t ctrl, KEYDB_HANDLE hd, kbnode_t kb)
|
|||
|
||||
#ifdef USE_TOFU
|
||||
tofu_notice_key_changed (ctrl, kb);
|
||||
#else
|
||||
(void)ctrl;
|
||||
#endif
|
||||
|
||||
memset (&desc, 0, sizeof (desc));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue