mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
dirmngr: More fix for test program.
* dirmngr/t-http.c (main): Care about no TLS. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
4771bad610
commit
adb77d095b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user