Skip to content
Closed
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
2 changes: 1 addition & 1 deletion src/conduit-lwt-unix/conduit_lwt_tls.dummy.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module X509 = struct

type authenticator = unit

let default_authenticator = ()
let default_authenticator = lazy ()
end

module Client = struct
Expand Down
2 changes: 1 addition & 1 deletion src/conduit-lwt-unix/conduit_lwt_tls.dummy.mli
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module X509 : sig

type authenticator = unit

val default_authenticator : authenticator
val default_authenticator : authenticator Lazy.t
end

module Client : sig
Expand Down