summaryrefslogtreecommitdiff
path: root/libextra/gnutls_openpgp.c
diff options
context:
space:
mode:
authorTimo Schulz <twoaday@gnutls.org>2002-11-04 19:40:10 +0000
committerTimo Schulz <twoaday@gnutls.org>2002-11-04 19:40:10 +0000
commit8502b00f074eb4e09b8db0c07c1f361c8a4b5416 (patch)
treec546d0d0f466bd4e3f3768e148908ee580157a24 /libextra/gnutls_openpgp.c
parent465839b96707b57ed628d21588fd9950105e0ae9 (diff)
downloadgnutls-8502b00f074eb4e09b8db0c07c1f361c8a4b5416.tar.gz
Some debug code for the OpenPGP part.
Diffstat (limited to 'libextra/gnutls_openpgp.c')
-rw-r--r--libextra/gnutls_openpgp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libextra/gnutls_openpgp.c b/libextra/gnutls_openpgp.c
index da74c88c71..eda388e402 100644
--- a/libextra/gnutls_openpgp.c
+++ b/libextra/gnutls_openpgp.c
@@ -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;