24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Support undefinition of ssl:seed in R15B

This commit is contained in:
Badlop 2011-12-23 12:19:38 +01:00
parent ce7b008b8f
commit 684cac274d

View File

@ -439,7 +439,7 @@ init([]) ->
end;
init({Hosts, Port, Rootdn, Passwd, Opts}) ->
catch ssl:start(),
ssl:seed(randoms:get_string()),
catch ssl:seed(randoms:get_string()),
Encrypt = case proplists:get_value(encrypt, Opts) of
tls -> tls;
_ -> none