summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-17 22:53:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-17 22:53:23 +0200
commit0b1dd6ea48f1acbb89955a48c46a25bab8e78d7e (patch)
treef8f2be9a924eea0e1c61904b0cc0edb11bc9d269
parentb29a593db7a2cedb81916b1a1eea056f812a29c7 (diff)
downloadgnutls-0b1dd6ea48f1acbb89955a48c46a25bab8e78d7e.tar.gz
remove debugging
-rw-r--r--lib/gnutls_cert.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 00bd72d17d..61585af847 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -833,7 +833,6 @@ _gnutls_check_key_cert_match (gnutls_certificate_credentials_t res)
{
int pk = gnutls_pubkey_get_pk_algorithm(res->certs[res->ncerts-1].cert_list[0].pubkey, NULL);
int pk2 = gnutls_privkey_get_pk_algorithm (res->pkey[res->ncerts - 1], NULL);
-fprintf(stderr, "pk(pub): %d, pk(priv): pk2\n", pk);
if (pk2 != pk)
{