summaryrefslogtreecommitdiff
path: root/extra/yassl/src
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-12-02 21:40:50 +0100
committerunknown <serg@serg.mylan>2005-12-02 21:40:50 +0100
commit8895218eb39c9f3ffeb8add83e9e651c0f7e4a1b (patch)
treed2d67b79442074a4b4f5fa486756adf57bd28136 /extra/yassl/src
parenteeec92c50b66e105a3e9f1420cca55d4f755d551 (diff)
downloadmariadb-git-8895218eb39c9f3ffeb8add83e9e651c0f7e4a1b.tar.gz
compatibility fix for yassl
Diffstat (limited to 'extra/yassl/src')
-rw-r--r--extra/yassl/src/ssl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/yassl/src/ssl.cpp b/extra/yassl/src/ssl.cpp
index 8cea205377e..94e783167b3 100644
--- a/extra/yassl/src/ssl.cpp
+++ b/extra/yassl/src/ssl.cpp
@@ -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;