Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
uWebSockets
Commits
52e62be0
Commit
52e62be0
authored
Mar 27, 2017
by
Alex Hultman
Browse files
Export uS::TLS::createContext on Windows
parent
f05a13a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Networking.h
View file @
52e62be0
...
...
@@ -171,7 +171,7 @@ private:
}
public:
friend
Context
createContext
(
std
::
string
certChainFileName
,
std
::
string
keyFileName
,
std
::
string
keyFilePassword
);
friend
Context
WIN32_EXPORT
createContext
(
std
::
string
certChainFileName
,
std
::
string
keyFileName
,
std
::
string
keyFilePassword
);
Context
(
SSL_CTX
*
context
)
:
context
(
context
)
{
}
...
...
@@ -189,7 +189,7 @@ public:
}
};
Context
createContext
(
std
::
string
certChainFileName
,
std
::
string
keyFileName
,
std
::
string
keyFilePassword
=
std
::
string
());
Context
WIN32_EXPORT
createContext
(
std
::
string
certChainFileName
,
std
::
string
keyFileName
,
std
::
string
keyFilePassword
=
std
::
string
());
}
...
...
Write
Preview
Supports
Markdown
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