Skip to content

Commit

Permalink
Remove ssl dependency
Browse files Browse the repository at this point in the history
Segfaults due to savonet/ocaml-ssl#76
  • Loading branch information
talex5 committed Feb 9, 2022
1 parent 9332a40 commit 710eae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dream-httpaf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ depends: [
"dune" {>= "2.7.0"} # --instrument-with.
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
"ocaml" {>= "4.08.0"}
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.

# Currently vendored.
# "gluten"
Expand Down
2 changes: 0 additions & 2 deletions dream.opam
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ depends: [
"graphql-lwt"
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
"logs" {>= "0.5.0"}
"magic-mime"
"mirage-clock"
Expand All @@ -70,7 +69,6 @@ depends: [
"multipart_form" {>= "0.3.0"}
"ocaml" {>= "4.08.0"}
"ptime" {>= "0.8.1"} # Ptime.v.
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
"uri" {>= "4.2.0"}
"yojson" # ...

Expand Down

0 comments on commit 710eae9

Please sign in to comment.