ports/security/tcltls/patches/patch-tlsInt_h

12 lines
330 B
Text

Index: tlsInt.h
--- tlsInt.h.orig
+++ tlsInt.h
@@ -54,7 +54,7 @@
* Determine if we should use the pre-OpenSSL 1.1.0 API
*/
#undef TCLTLS_OPENSSL_PRE_1_1
-#if (defined(LIBRESSL_VERSION_NUMBER)) || OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
# define TCLTLS_OPENSSL_PRE_1_1_API 1
#endif