Skip to content

Commit

Permalink
Merge pull request #298 from arenadotio/async-allow-verify
Browse files Browse the repository at this point in the history
Expose verify_mode in Conduit_async
  • Loading branch information
avsm authored Aug 17, 2019
2 parents c7e9702 + ee54def commit 50ad858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 ]

0 comments on commit 50ad858

Please sign in to comment.