ports/security/tcltls/patches/patch-tlsInt_h

13 lines
330 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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