[SCM] GNU gnutls branch, ocsp, updated. gnutls_3_0_11-99-g0377290
"Simon Josefsson" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 "GNU gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=0377290f4d10d761f081461bfb0ceb76d342afe9
The branch, ocsp has been updated
via 0377290f4d10d761f081461bfb0ceb76d342afe9 (commit)
from 1c41ca1a4290747a075d41e5260f68ebdb96ab20 (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 0377290f4d10d761f081461bfb0ceb76d342afe9
Author: Simon Josefsson <[email protected]>
Date: Sat Jan 14 22:35:12 2012 +0100
Minor compiler warning fix.
-----------------------------------------------------------------------
Summary of changes:
tests/ocsp.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/tests/ocsp.c b/tests/ocsp.c
index d4e6bb2..7f4235a 100644
--- a/tests/ocsp.c
+++ b/tests/ocsp.c
@@ -1464,10 +1464,8 @@ doit (void)
exit (1);
}
-#if 0
gnutls_global_set_log_function (tls_log_func);
- gnutls_global_set_log_level (4711);
-#endif
+ gnutls_global_set_log_level (0);
ocsp_invalid_calls ();
req_parse ();
hooks/post-receive
--
GNU gnutls