diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-14 00:18:41 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-14 00:18:41 +0000 |
commit | adb77d095b3958482863a17c83746f33945638dc (patch) | |
tree | 572ea591f0814cdee3444fe19697a6ae21f6c193 | |
parent | dirmngr: More fix for Windows. (diff) | |
download | gnupg-adb77d095b3958482863a17c83746f33945638dc.tar.gz gnupg-adb77d095b3958482863a17c83746f33945638dc.zip |
dirmngr: More fix for test program.
* dirmngr/t-http.c (main): Care about no TLS.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | dirmngr/t-http.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dirmngr/t-http.c b/dirmngr/t-http.c index 622dce54f..a3a74dd36 100644 --- a/dirmngr/t-http.c +++ b/dirmngr/t-http.c @@ -347,6 +347,10 @@ main (int argc, char **argv) if (tls_dbg) gnutls_global_set_log_level (tls_dbg); +#else + (void)err; + (void)tls_dbg; + (void)no_crl; #endif /*HTTP_USE_GNUTLS*/ rc = http_parse_uri (&uri, *argv, 1); |