2015-10-14
2015-10-14 12:27:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
510a9957bf1457aa42f12610bb2601e37d578005
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.8
SSL.https: Protected some more LFUNs.
70: Inside #if constant(SSL.Cipher.CipherAlgorithm)
sslfile->set_write_callback(write_callback);
}
- void create(object f)
+ protected void create(object f)
{
sslfile = f;
sslfile->set_nonblocking(read_callback, 0, 0);
80: Inside #if constant(SSL.Cipher.CipherAlgorithm)
class no_random {
object arcfour = Crypto.Arcfour();
- void create(string|void secret)
+ protected void create(string|void secret)
{
if (!secret)
secret = sprintf("Foo!%4c", time());
156:
return -17;
}
- void create()
+ protected void create()
{
#ifdef SSL3_DEBUG
werror("https->create\n");