blob: dae8ba14f8b571ea094077c4a026528a59bc60a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/lib/dnscore/include/dnscore/dnskey.h b/lib/dnscore/include/dnscore/dnskey.h
index 98d4347..af7705b 100644
--- a/lib/dnscore/include/dnscore/dnskey.h
+++ b/lib/dnscore/include/dnscore/dnskey.h
@@ -95,8 +95,6 @@
//
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#define SSL_API_LT_110 1
-#elif defined(LIBRESSL_VERSION_NUMBER)
-#define SSL_API_LT_110 1
#else
#define SSL_API_LT_110 0
#endif
|