mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
14 lines
375 B
C
14 lines
375 B
C
--- ./src/network/ssl/qsslsocket_openssl_p.h.orig 2015-05-07 16:14:44.000000000 +0200
|
|
+++ ./src/network/ssl/qsslsocket_openssl_p.h 2019-12-23 23:40:05.285728000 +0200
|
|
@@ -84,6 +84,10 @@
|
|
#include <openssl/tls1.h>
|
|
#endif
|
|
|
|
+#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
|
+#define OPENSSL_NO_SSL2
|
|
+#endif
|
|
+
|
|
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
|
|
typedef _STACK STACK;
|
|
#endif
|