diff options
Diffstat (limited to 'sysutils/rsyslog8/files/patch-runtime_net__ossl.c')
-rw-r--r-- | sysutils/rsyslog8/files/patch-runtime_net__ossl.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/rsyslog8/files/patch-runtime_net__ossl.c b/sysutils/rsyslog8/files/patch-runtime_net__ossl.c index 22e76aeebaef..a16b3734ad98 100644 --- a/sysutils/rsyslog8/files/patch-runtime_net__ossl.c +++ b/sysutils/rsyslog8/files/patch-runtime_net__ossl.c @@ -1,18 +1,18 @@ ---- runtime/net_ossl.c.orig 2024-02-26 08:24:02 UTC +--- runtime/net_ossl.c.orig 2025-03-05 18:14:51 UTC +++ runtime/net_ossl.c -@@ -460,6 +460,7 @@ void net_ossl_lastOpenSSLErrorMsg - +@@ -514,6 +514,7 @@ void net_ossl_lastOpenSSLErrorMsg + #if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) /* initialize tls config commands in openssl context */ +#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) rsRetVal net_ossl_apply_tlscgfcmd(net_ossl_t *pThis, uchar *tlscfgcmd) { DEFiRet; -@@ -543,6 +544,7 @@ finalize_it: - finalize_it: +@@ -630,6 +631,7 @@ finalize_it: + } RETiRet; } +#endif - /* Convert a fingerprint to printable data. The conversion is carried out + |