diff options
author | Werner Koch <wk@gnupg.org> | 2010-06-17 17:44:44 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-06-17 17:44:44 +0200 |
commit | 006fd75aea5cc766bc223e435e5a07b543d658d3 (patch) | |
tree | 2f4365e73bf0a8b5272426fcf1fde9b75be4002e /agent/preset-passphrase.c | |
parent | Add makefiles to build a w32 development package. (diff) | |
download | gnupg2-006fd75aea5cc766bc223e435e5a07b543d658d3.tar.xz gnupg2-006fd75aea5cc766bc223e435e5a07b543d658d3.zip |
Avoid using the protect-tool to import pkcs#12.
Diffstat (limited to 'agent/preset-passphrase.c')
-rw-r--r-- | agent/preset-passphrase.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/preset-passphrase.c b/agent/preset-passphrase.c index ae202bf65..2037d9571 100644 --- a/agent/preset-passphrase.c +++ b/agent/preset-passphrase.c @@ -43,7 +43,6 @@ #define JNLIB_NEED_LOG_LOGV #include "agent.h" -#include "minip12.h" #include "simple-pwquery.h" #include "i18n.h" #include "sysutils.h" |