mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@@ -149,9 +149,9 @@ int vio_getnameinfo(const struct sockaddr *sa,
|
||||
/* Set yaSSL to use same type as MySQL do for socket handles */
|
||||
typedef my_socket YASSL_SOCKET_T;
|
||||
#define YASSL_SOCKET_T_DEFINED
|
||||
#define Timeval WOLFSSL_Timeval
|
||||
#define template _template /* bug in WolfSSL 4.4.0, see also my_crypt.cc */
|
||||
#include <openssl/ssl.h>
|
||||
#undef Timeval
|
||||
#undef template
|
||||
#include <openssl/err.h>
|
||||
#ifdef DEPRECATED
|
||||
#undef DEPRECATED
|
||||
|
Reference in New Issue
Block a user