diff options
author | Loïc Hoguin <[email protected]> | 2012-10-11 20:07:49 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-10-11 20:13:23 +0200 |
commit | aeb86e70c13648235d7d73ed596b344da880685d (patch) | |
tree | c9d8e530de883d457db23c10e3a722ae532bef57 /src/cowboy_websocket.erl | |
parent | 9facad92459d7277fd7ba510fc769d95a0498fab (diff) | |
download | cowboy-aeb86e70c13648235d7d73ed596b344da880685d.tar.gz cowboy-aeb86e70c13648235d7d73ed596b344da880685d.tar.bz2 cowboy-aeb86e70c13648235d7d73ed596b344da880685d.zip |
Add crypto into the required applications
As suggested by @prof3ta.
Diffstat (limited to 'src/cowboy_websocket.erl')
-rw-r--r-- | src/cowboy_websocket.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cowboy_websocket.erl b/src/cowboy_websocket.erl index dcd3008..bc88011 100644 --- a/src/cowboy_websocket.erl +++ b/src/cowboy_websocket.erl @@ -13,10 +13,6 @@ %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. %% @doc WebSocket protocol implementation. -%% -%% When using websockets, make sure that the crypto application is -%% included in your release. If you are not using releases then there -%% is no need for concern as crypto is already included. -module(cowboy_websocket). %% API. |