[git] GnuPG - branch, master, updated. gnupg-2.1.20-72-gadb77d0
by NIIBE Yutaka
cvs at cvs.gnupg.org
Fri Apr 14 02:19:32 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via adb77d095b3958482863a17c83746f33945638dc (commit)
from 4771bad610eb59e701fe8e53468e2af22d45eeb0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
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>
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);
-----------------------------------------------------------------------
Summary of changes:
dirmngr/t-http.c | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list