2014-05-22
2014-05-22 18:40:18 by Martin Nilsson <nilsson@opera.com>
-
9cb023750c393c8578a3aa99d3303b40dcfa393d
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 8.0
Fixed sslfile create call.
210: Inside #if constant(SSL.sslfile)
void create(Stdio.File stream, SSL.Context ctx)
{ rawstream=stream;
- std::create(stream,ctx,1,1);
+ std::create(stream,ctx);
std::set_blocking();
if (!std::connect()) {
error("Secure connection failed.\n");