TLS: introduce USE_OPENSSL as an explicit requirement for the build
[exim.git] / src / src / dane.c
index 5284a61c3266108d8044c0977ae873adc8d7b53e..5ba61961a7dac24fc2cf017192743c04dd2ed84d 100644 (file)
@@ -38,7 +38,7 @@ static void dummy(int x) { dummy(x-1); }
 #  error DANE support requires that the DNS resolver library supports DNSSEC
 # endif
 
-# ifndef USE_GNUTLS
+# ifdef USE_OPENSSL
 #  include "dane-openssl.c"
 # endif