diff options
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 55a92c629..0baf8de38 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -45,6 +45,7 @@ #include "../common/asshelp.h" #include "../common/init.h" #include "../common/compliance.h" +#include "minip12.h" #ifndef O_BINARY @@ -731,6 +732,10 @@ set_debug (void) if (opt.debug) parse_debug_flag (NULL, &opt.debug, debug_flags); + + /* minip12.c may be used outside of GnuPG, thus we don't have the + * opt structure over there. */ + p12_set_verbosity (opt.verbose); } |