Skip to content

Commit

Permalink
Fix for Erlang R16B01
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
  • Loading branch information
lemenkov committed Jun 21, 2013
1 parent 8e3f3dd commit 4ac0009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mochiweb_socket_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ start_server(F, State=#mochiweb_socket_server{ssl=Ssl, name=Name}) ->

prep_ssl(true) ->
ok = mochiweb:ensure_started(crypto),
ok = mochiweb:ensure_started(asn1),
ok = mochiweb:ensure_started(public_key),
ok = mochiweb:ensure_started(ssl);
prep_ssl(false) ->
Expand Down

0 comments on commit 4ac0009

Please sign in to comment.