mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
compatibility fix for yassl
This commit is contained in:
@@ -341,6 +341,7 @@ long SSL_CTX_sess_set_cache_size(SSL_CTX*, long);
|
|||||||
long SSL_CTX_set_tmp_dh(SSL_CTX*, DH*);
|
long SSL_CTX_set_tmp_dh(SSL_CTX*, DH*);
|
||||||
|
|
||||||
void OpenSSL_add_all_algorithms(void);
|
void OpenSSL_add_all_algorithms(void);
|
||||||
|
void SSL_library_init();
|
||||||
void SSLeay_add_ssl_algorithms(void);
|
void SSLeay_add_ssl_algorithms(void);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -648,6 +648,10 @@ void OpenSSL_add_all_algorithms() // compatibility only
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
void SSL_library_init() // compatibility only
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
DH* DH_new(void)
|
DH* DH_new(void)
|
||||||
{
|
{
|
||||||
DH* dh = new (ys) DH;
|
DH* dh = new (ys) DH;
|
||||||
|
|||||||
Reference in New Issue
Block a user