]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Some debug code for the OpenPGP part.
authorTimo Schulz <twoaday@gnutls.org>
Mon, 4 Nov 2002 19:40:10 +0000 (19:40 +0000)
committerTimo Schulz <twoaday@gnutls.org>
Mon, 4 Nov 2002 19:40:10 +0000 (19:40 +0000)
libextra/gnutls_openpgp.c

index da74c88c71426253897c11a33e8d7ec93a5905d9..eda388e4025178eefcaa451724460439c88abd5a 100644 (file)
@@ -891,8 +891,6 @@ gnutls_openpgp_extract_key_name( const gnutls_datum *cert,
     size_t size = 0;
     int rc = 0;
 
-    printf ("** cert=%p nnames=%d\n", cert,
-            gnutls_openpgp_count_key_names( cert ) );
     if( !cert || !dn ) {
         gnutls_assert( );
         return GNUTLS_E_INVALID_REQUEST;