vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
163 stars 44 forks source link

Fix compatibility with tls 0.5 #31

Closed rgrinberg closed 9 years ago

rgrinberg commented 9 years ago

Tls_lwt.rng_init has been moved to Nocrypto_entropy_lwt.initialize

Could you also make a release with this on opam? Currently wscat gets built when you do $ opam install websocket so it ends up breaking on latest tls. Which ends up breaking iocaml for me unfortunately.