Branch: Tag:

2014-05-22

2014-05-22 18:40:18 by Martin Nilsson <nilsson@opera.com>

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");