]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
gave compile warnings
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 5 Sep 2005 13:06:50 +0000 (13:06 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 5 Sep 2005 13:06:50 +0000 (13:06 +0000)
dnssec.c

index e7b0b04c47069b0010ec3f6ebaff2853ba04f2a9..e2cace11b85fd95ce9dc207d59b026cb8494d604 100644 (file)
--- a/dnssec.c
+++ b/dnssec.c
@@ -325,8 +325,7 @@ ldns_verify_rrsig(ldns_rr_list *rrset, ldns_rr *rrsig, ldns_rr *key)
                 /* bad sig, inception date has passed */
                return LDNS_STATUS_CRYPTO_SIG_NOT_INCEPTED;
         }
-printf("EXP: %u\n", expiration);
-printf("NOW: %u\n",now);
+
         if (expiration - now < 0) {
                 /* bad sig, expiration date has passed */
                return LDNS_STATUS_CRYPTO_SIG_EXPIRED;