1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00

Import from yaSSL upstream

This commit is contained in:
msvensson@shellback.(none)
2006-04-18 14:41:43 +02:00
parent 1c4e31d5fe
commit 0d1bd3b1f2
22 changed files with 125 additions and 49 deletions

View File

@@ -723,6 +723,10 @@ void OpenSSL_add_all_algorithms() // compatibility only
{}
void SSL_library_init() // compatiblity only
{}
DH* DH_new(void)
{
DH* dh = NEW_YS DH;