diff options
author | Werner Koch <[email protected]> | 2010-08-06 13:52:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-08-06 13:52:01 +0000 |
commit | dc5a80930b2c18011a40f1d929119c2545cc1124 (patch) | |
tree | a74bce4e2b437331578c2ab9f1568dcecc2acf21 /dirmngr/crlfetch.c | |
parent | Simplified http.c. (diff) | |
download | gnupg-dc5a80930b2c18011a40f1d929119c2545cc1124.tar.gz gnupg-dc5a80930b2c18011a40f1d929119c2545cc1124.zip |
More work on the dirmngr. It now builds for W32 and W32CE and quick
tests show that it works on W32.
Diffstat (limited to 'dirmngr/crlfetch.c')
-rw-r--r-- | dirmngr/crlfetch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dirmngr/crlfetch.c b/dirmngr/crlfetch.c index 6c2762cac..83897a698 100644 --- a/dirmngr/crlfetch.c +++ b/dirmngr/crlfetch.c @@ -30,6 +30,7 @@ #include "http.h" #include "estream.h" +#include "ldap-wrapper.h" /* For detecting armored CRLs received via HTTP (yes, such CRLS really @@ -228,7 +229,8 @@ crl_fetch (ctrl_t ctrl, const char *url, ksba_reader_t *reader) pointer (or well the callback context) with the reader. It is only required when closing the reader thus there is no performance issue doing it - this way. */ + this way. FIXME: We now have a close notification + which might be used here. */ register_file_reader (*reader, cb_ctx); http_close (hd, 1); } |