Regen patch to fix building.
This commit is contained in:
parent
b763e4276a
commit
ff8df2ef33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450798
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
--- src/protocol/SSL.c.orig 2017-09-27 04:04:44 UTC
|
||||
--- src/protocol/SSL.c.orig 2017-09-28 02:24:13 UTC
|
||||
+++ src/protocol/SSL.c
|
||||
@@ -98,7 +98,7 @@ static const SSL_METHOD *swSSL_get_metho
|
||||
|
||||
void swSSL_init(void)
|
||||
{
|
||||
-#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
+#if OPENSSL_VERSION_NUMBER >= 0x10100003L
|
||||
-#if OPENSSL_VERSION_NUMBER >= 0x10100003L
|
||||
+#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL);
|
||||
#else
|
||||
OPENSSL_config(NULL);
|
||||
|
|
Loading…
Reference in a new issue