1
0
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:
serg@serg.mylan
2005-12-02 21:40:50 +01:00
parent 6f63650d72
commit 3595c81bc8
2 changed files with 5 additions and 0 deletions

View File

@@ -648,6 +648,10 @@ void OpenSSL_add_all_algorithms() // compatibility only
{}
void SSL_library_init() // compatibility only
{}
DH* DH_new(void)
{
DH* dh = new (ys) DH;