diff options
author | Werner Koch <[email protected]> | 2016-05-24 11:01:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-24 11:04:29 +0000 |
commit | 9bbb841bd9ed2350299608b043cd144ff934815b (patch) | |
tree | 00d955c84238fc2c54527786944c75180b5ce720 | |
parent | tests: Test the pinentry interactions when exporting keys. (diff) | |
download | gnupg-9bbb841bd9ed2350299608b043cd144ff934815b.tar.gz gnupg-9bbb841bd9ed2350299608b043cd144ff934815b.zip |
gpg, w32: Fix build regression.
--
Fixes-commit: 754b1c463034a634a678d8efc76c27fd46aad9b9
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2046,7 +2046,9 @@ gpg_init_default_ctrl (ctrl_t ctrl) static void gpg_deinit_default_ctrl (ctrl_t ctrl) { +#ifdef USE_TOFU tofu_closedbs (ctrl); +#endif gpg_dirmngr_deinit_session_data (ctrl); } |