]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
doh
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 29 Jun 2006 12:21:49 +0000 (12:21 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 29 Jun 2006 12:21:49 +0000 (12:21 +0000)
host2str.c

index ba0c245f898585e002f0c93787dc7a3cb41b549d..415a6fe93d50aed347598ddbd2402438814a0aba 100644 (file)
@@ -1251,7 +1251,9 @@ ldns_key2buffer_str(ldns_buffer *output, const ldns_key *k)
                }
 #endif /* HAVE_SSL */
        } else {
+#ifdef HAVE_SSL
                LDNS_FREE(b64_bignum);
+#endif
                LDNS_FREE(bignum);
                return ldns_buffer_status(output);
        }