]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
removed printf
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 19 May 2005 13:50:19 +0000 (13:50 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 19 May 2005 13:50:19 +0000 (13:50 +0000)
keys.c

diff --git a/keys.c b/keys.c
index 6acca6d79ffd4ad7825a845d08071ae187cd679d..250ee7c28ae93b4e1aa84cc4fef7a6bd4700eaa3 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -624,7 +624,6 @@ ldns_key2rr(ldns_key *k)
                case LDNS_SIGN_RSASHA1:
                        ldns_rr_push_rdf(pubkey,
                                        ldns_native2rdf_int8(LDNS_RDF_TYPE_ALG, LDNS_RSASHA1));
-                       printf("Entering here I\n");
                        if (!ldns_key_rsa2bin(bin, ldns_key_rsa_key(k), &size)) {
                                return NULL;
                        }