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
15ec5dfe
Commit
15ec5dfe
authored
May 05, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import from yaSSL
parent
01faaacd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
extra/yassl/include/openssl/ssl.h
extra/yassl/include/openssl/ssl.h
+8
-1
extra/yassl/testsuite/test.hpp
extra/yassl/testsuite/test.hpp
+1
-1
No files found.
extra/yassl/include/openssl/ssl.h
View file @
15ec5dfe
...
...
@@ -32,12 +32,19 @@
#include "opensslv.h"
/* for version number */
#include "rsa.h"
#if defined(__cplusplus)
extern
"C"
{
#endif
extern
"C"
void
yaSSL_CleanUp
();
/* call once at end of application use to
void
yaSSL_CleanUp
();
/* call once at end of application use to
free static singleton memory holders,
not a leak per se, but helpful when
looking for them */
#if defined(__cplusplus)
}
// extern
#endif
#if defined(__cplusplus) && !defined(YASSL_MYSQL_COMPATIBLE)
namespace
yaSSL
{
extern
"C"
{
...
...
extra/yassl/testsuite/test.hpp
View file @
15ec5dfe
...
...
@@ -27,7 +27,7 @@
#endif
/* _WIN32 */
#if
defined(__MACH__) || defined(_WIN32
)
#if
!defined(_SOCKLEN_T) && (defined(__MACH__) || defined(_WIN32)
)
typedef
int
socklen_t
;
#endif
...
...
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