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 authored and Willenbrink committed Apr 3, 2023
1 parent 5c276c5 commit 5a6cac0
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 @@ -17,9 +17,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 @@ -62,7 +62,6 @@ depends: [
"graphql-lwt"
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
"logs" {>= "0.5.0"}
"magic-mime"
"mirage-clock" {>= "3.0.0"} # now_d_ps : unit -> int * int64.
Expand All @@ -73,7 +72,6 @@ depends: [
"multipart_form-lwt"
"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 5a6cac0

Please sign in to comment.