Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions async/v2_real.mli
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ include S.V2
and type ssl_version = Ssl.Version.t
and type ssl_conn = Ssl.Connection.t
and type ssl_opt = Ssl.Opt.t
and type verify_mode = Ssl.Verify_mode.t
and type allowed_ciphers =
[ `Only of string list | `Openssl_default | `Secure ]
1 change: 1 addition & 0 deletions async/v3_real.mli
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ include S.V3
and type ssl_version = Ssl.Version.t
and type ssl_conn = Ssl.Connection.t
and type ssl_opt = Ssl.Opt.t
and type verify_mode = Ssl.Verify_mode.t
and type allowed_ciphers =
[ `Only of string list | `Openssl_default | `Secure ]