diff options
author | Werner Koch <[email protected]> | 2010-06-17 15:44:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-06-17 15:44:44 +0000 |
commit | 006fd75aea5cc766bc223e435e5a07b543d658d3 (patch) | |
tree | 2f4365e73bf0a8b5272426fcf1fde9b75be4002e /dirmngr/http.c | |
parent | Add makefiles to build a w32 development package. (diff) | |
download | gnupg-006fd75aea5cc766bc223e435e5a07b543d658d3.tar.gz gnupg-006fd75aea5cc766bc223e435e5a07b543d658d3.zip |
Avoid using the protect-tool to import pkcs#12.
Diffstat (limited to 'dirmngr/http.c')
-rw-r--r-- | dirmngr/http.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/http.c b/dirmngr/http.c index b10ba254e..b65a92adc 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -38,6 +38,8 @@ an exit handler to cleanup the socket layer. */ +#warning Duplicated code with common/http.c + #ifdef HAVE_CONFIG_H # include <config.h> #endif |