package ssl

  1. Overview
  2. Docs
Bindings for OpenSSL

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.8.tar.gz
md5=4b2cd1e21f25989b958e880f7b4791d1
sha512=b9bdb1f9c7df9b49c9cda47909e5a9c0d05dbfed54df0d2dd378fda860c0d5e2f7cd4b675a505b8b325b796567ec7a88dcf7be2154cb407ce026ee4ecb9bc592

doc/src/ssl/ssl_threads.ml.html

Source file ssl_threads.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(*
 Copyright (C) 2003-2005 Samuel Mimram

 This file is part of Ocaml-ssl.

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.

 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*)

let init () =
  Ssl.thread_safe := true
OCaml

Innovation. Community. Security.