[Pkg-gnupg-commit] [gnupg2] 72/132: dirmngr: More fix for test program.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 17 03:07:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit adb77d095b3958482863a17c83746f33945638dc
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Apr 14 09:18:41 2017 +0900

    dirmngr: More fix for test program.
    
    * dirmngr/t-http.c (main): Care about no TLS.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 dirmngr/t-http.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dirmngr/t-http.c b/dirmngr/t-http.c
index 622dce5..a3a74dd 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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list