Up

module Ssl_threads

: sig

Functions for making the openssl library thread-safe.

Author Samuel Mimram
#
val init : unit -> unit

Make the library thread-safe. The should be called before Ssl.init.

end