2014-05-15
2014-05-15 20:20:05 by Martin Nilsson <nilsson@opera.com>
-
dc90a522366201e8f1ea1f05c767ee3981d75ab4
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 8.0
Renamed SSL.context to SSL.Context.
208: Inside #if constant(SSL.sslfile)
{ return std::write(data);
}
- void create(Stdio.File stream, SSL.context ctx)
+ void create(Stdio.File stream, SSL.Context ctx)
{ rawstream=stream;
std::create(stream,ctx,1,1);
pg::create();