jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
295 stars 50 forks source link

doesn't compile with R16B01 #146

Closed benoitc closed 11 years ago

benoitc commented 11 years ago

Due to a compilation options and the version of cowboy used by ettorent, compilation abort:

/home/benoitc/work/etorrent/deps/cowboy/src/cowboy_http_websocket.erl:574: crypto:sha/1 is deprecated and will be removed in in a future release; use crypto:hash/2
ERROR: compile failed while processing /home/benoitc/work/etorrent/deps/cowboy: rebar_abort
make: *** [compile] Error 1
jlouis commented 11 years ago

Ooops, should be fixed by using the correct crypto:hash/2 form :)

jlouis commented 11 years ago

Should be fixed in current etorrent_core master.