]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Typo
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 30 Nov 2016 13:46:04 +0000 (14:46 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 30 Nov 2016 13:46:04 +0000 (14:46 +0100)
examples/ldns-dane.c

index 4372c4a9753d7a7922efdda7030e01e9f6d1e23c..f223675952060c9ce70588f53a64edfadf9256ba 100644 (file)
@@ -1097,7 +1097,7 @@ dane_create(ldns_rr_list* tlsas, ldns_rdf* tlsa_owner,
        }
 }
 
-#if defined(USE_DANE_VERIFY) && ( OPENSSL_VERSION_NUMBER < 0x10100000 || defined(HAVE_LIBRESSL )
+#if defined(USE_DANE_VERIFY) && ( OPENSSL_VERSION_NUMBER < 0x10100000 || defined(HAVE_LIBRESSL) )
 static bool
 dane_verify(ldns_rr_list* tlsas, ldns_rdf* address,
                X509* cert, STACK_OF(X509)* extra_certs,