123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566# 1 "async/private_ssl_dummy.ml"openCoremoduleV1=structmoduleSsl=structmoduleConfig=structtypet=[`Ssl_not_compiled_in][@@derivingsexp]letverify_certificate_=failwith"Ssl not available, recompile with Async_ssl"letcreate?version:_?name:_?ca_file:_?ca_path:_?session:_?verify:_()=failwith"Ssl not available, recompile with Async_ssl"endletconnect_cfg_r_w=failwith"Ssl not available, recompile with Async_ssl"letlisten?version:_?ca_file:_?ca_path:_~crt_file:_~key_file:___=failwith"Ssl not available, recompile with Async_ssl"typesession=[`Ssl_not_compiled_in][@@derivingsexp]typeversion=[`Ssl_not_compiled_in][@@derivingsexp]typeconnection=[`Ssl_not_compiled_in][@@derivingsexp]endendmoduleV2=structmoduleSsl=structmoduleConfig=structtypet=[`Ssl_not_compiled_in][@@derivingsexp]letverify_certificate_=failwith"Ssl not available, recompile with Async_ssl"letcreate?version:_?options:_?name:_?hostname:_?allowed_ciphers:_?ca_file:_?ca_path:_?crt_file:_?key_file:_?session:_?verify_modes:_?verify:_()=failwith"Ssl not available, recompile with Async_ssl"endletconnect?cfg:__r_w=failwith"Ssl not available, recompile with Async_ssl"letlisten__r_w=failwith"Ssl not available, recompile with Async_ssl"typeversion=[`Ssl_not_compiled_in][@@derivingsexp]typesession=[`Ssl_not_compiled_in][@@derivingsexp]typeverify=[`Ssl_not_compiled_in][@@derivingsexp]typeconnection=[`Ssl_not_compiled_in][@@derivingsexp]typeverify_mode=[`Ssl_not_compiled_in][@@derivingsexp]typeopt=[`Ssl_not_compiled_in][@@derivingsexp]endend