mirage / ocaml-conduit

Dereference URIs into communication channels for Async or Lwt
ISC License
83 stars 74 forks source link

conduit-lwt-unix: do not use directly the Ssl module #418

Closed psafont closed 1 year ago

psafont commented 1 year ago

Instead create an alias to the types needed in conduit_lwt_unix_ssl modules and use the alias. This makes it possible to compile conduit-lwt-unix without openssl

hannesm commented 1 year ago

thanks.