From: Nikos Mavrogiannopoulos Date: Sun, 2 Nov 2008 11:06:57 +0000 (+0200) Subject: Reduce verbosity X-Git-Tag: gnutls_2_7_2~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbc69b6dffec7f2b53189c552edeafa2b393927f;p=thirdparty%2Fgnutls.git Reduce verbosity --- diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c index 55770d3111..fb1e6c034e 100644 --- a/lib/x509/pkcs12.c +++ b/lib/x509/pkcs12.c @@ -61,7 +61,6 @@ _decode_pkcs12_auth_safe (ASN1_TYPE pkcs12, ASN1_TYPE * authen_safe, return _gnutls_asn2err (result); } - _gnutls_x509_log ("PKCS12 Content OID '%s'\n", oid); if (strcmp (oid, DATA_OID) != 0) { gnutls_assert ();