]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Reduce verbosity
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>
Sun, 2 Nov 2008 11:06:57 +0000 (13:06 +0200)
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>
Sun, 2 Nov 2008 11:06:57 +0000 (13:06 +0200)
lib/x509/pkcs12.c

index 55770d3111a6ae689c777b7a06edeafbed5e93b3..fb1e6c034e231471b00eb4639982ce29f5151f76 100644 (file)
@@ -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 ();