summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-21 09:48:17 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-21 09:48:17 +0100
commit5ad0e93736d6758130ed74cbc2a39c93f5b01296 (patch)
tree71e74d95a4546a8e378ed2336d0d42c9d147a4e6
parent1a662f96521c779aba2f39ddebdb20fa507ef574 (diff)
downloadgnutls-5ad0e93736d6758130ed74cbc2a39c93f5b01296.tar.gz
removed debugging
-rw-r--r--lib/x509/verify-high.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/x509/verify-high.c b/lib/x509/verify-high.c
index 4156f7671c..f3b42c94dd 100644
--- a/lib/x509/verify-high.c
+++ b/lib/x509/verify-high.c
@@ -260,7 +260,6 @@ gnutls_x509_trust_list_remove_cas(gnutls_x509_trust_list_t list,
(clist[i],
list->node[hash].trusted_cas[j]) != 0) {
- fprintf(stderr, "removing CA with hash %.4x\n", (unsigned)hash);
gnutls_x509_crt_deinit(list->node[hash].
trusted_cas[j]);
list->node[hash].trusted_cas[j] =