Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3595c81b
Commit
3595c81b
authored
Dec 02, 2005
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compatibility fix for yassl
parent
6f63650d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
extra/yassl/include/openssl/ssl.h
extra/yassl/include/openssl/ssl.h
+1
-0
extra/yassl/src/ssl.cpp
extra/yassl/src/ssl.cpp
+4
-0
No files found.
extra/yassl/include/openssl/ssl.h
View file @
3595c81b
...
...
@@ -341,6 +341,7 @@ long SSL_CTX_sess_set_cache_size(SSL_CTX*, long);
long
SSL_CTX_set_tmp_dh
(
SSL_CTX
*
,
DH
*
);
void
OpenSSL_add_all_algorithms
(
void
);
void
SSL_library_init
();
void
SSLeay_add_ssl_algorithms
(
void
);
...
...
extra/yassl/src/ssl.cpp
View file @
3595c81b
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment