summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-15 23:43:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 19:41:29 +0200
commitbd73a4d78c7255069ac34ba9ed47654af1230c1a (patch)
tree0d268073d198ffc49d557bc92d1d52bf6bba036d /lib/gnutls_x509.c
parentb3ed74e56063d6a501b32e22d19e42106c771a4c (diff)
downloadgnutls-bd73a4d78c7255069ac34ba9ed47654af1230c1a.tar.gz
Corrections to properly handle token removal and insert.
Diffstat (limited to 'lib/gnutls_x509.c')
-rw-r--r--lib/gnutls_x509.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 4e43ed1930..58cc86ecf2 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -515,7 +515,6 @@ static int read_key_url (gnutls_certificate_credentials_t res, const char* url)
/* allocate space for the pkey list
*/
-fprintf(stderr, "%s:%d\n", __func__, __LINE__);
ret = gnutls_pkcs11_privkey_init(&key1);
if (ret < 0)
{
@@ -571,7 +570,6 @@ int ret;
gnutls_x509_crt_t crt;
gnutls_cert * ccert;
-fprintf(stderr, "%s:%d\n", __func__, __LINE__);
ccert = gnutls_malloc(sizeof(*ccert));
if (ccert == NULL)
{