1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="next" href="Ssl.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Ssl_threads" rel="Chapter" href="Ssl_threads.html">
<link title="Ssl" rel="Chapter" href="Ssl.html"><title>Ssl_threads</title>
</head>
<body>
<div class="navbar"> <a class="up" href="index.html" title="Index">Up</a>
<a class="post" href="Ssl.html" title="Ssl">Next</a>
</div>
<h1>Module <a href="type_Ssl_threads.html">Ssl_threads</a></h1>
<pre><span class="keyword">module</span> Ssl_threads: <code class="code">sig</code> <a href="Ssl_threads.html">..</a> <code class="code">end</code></pre><div class="info module top">
Functions for making the openssl library thread-safe.
<p>
<br>
<b>Author(s):</b> Samuel Mimram<br>
</div>
<hr width="100%">
<pre><span id="VALinit"><span class="keyword">val</span> init</span> : <code class="type">unit -> unit</code></pre><div class="info ">
Make the library thread-safe. The should be called <i>before</i> <code class="code">Ssl.init</code>.<br>
</div>
</body></html>
|