]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
privkey stuff works
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 31 May 2005 11:17:37 +0000 (11:17 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 31 May 2005 11:17:37 +0000 (11:17 +0000)
tests/run-test20.c

index 609f0f1631941a9eb5a1b5a3051fae65deb6d2b4..83f526a5b0c3534d79a855c40c826eda45501304 100644 (file)
@@ -92,8 +92,13 @@ main(void)
        if (!privkey) { 
                printf("arrg no key could be found!\n");
                exit(1);
+       } else {
+               printf("Checking\n\n");
+               ldns_key_print(stdout, privkey);
        }
 
+       exit(1);
+
        dnskey = ldns_key2rr(privkey);
        if (dnskey) {
                ldns_rr_print(stdout, dnskey);