Skip to content

Commit

Permalink
Merge pull request #112 from lemenkov/R16B01
Browse files Browse the repository at this point in the history
Fix for Erlang R16B01
  • Loading branch information
etrepum committed Jun 21, 2013
2 parents 8e3f3dd + 4ac0009 commit 680dba8
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 680dba8

Please sign in to comment.