mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/ Reported by: Christos Chatzaras (chris@cretaforce.gr) via private eMail Sponsored by: Netzkommune GmbH
11 lines
407 B
C++
11 lines
407 B
C++
--- sql/mysqld.cc.orig 2025-03-31 07:51:10 UTC
|
|
+++ sql/mysqld.cc
|
|
@@ -7001,7 +7001,7 @@ static PSI_memory_key key_memory_openssl = PSI_NOT_INS
|
|
|
|
static PSI_memory_key key_memory_openssl = PSI_NOT_INSTRUMENTED;
|
|
|
|
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
|
#define FILE_LINE_ARGS
|
|
#else
|
|
#define FILE_LINE_ARGS , const char *, int
|