From: Nils Larsch Date: Sun, 12 Mar 2006 00:37:55 +0000 (+0000) Subject: note that SSL_library_init() is not reentrant X-Git-Tag: OpenSSL_0_9_8k^2~1516 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c2cd422ac648d61189717afdaae1dbcd9aa75c78;p=oweals%2Fopenssl.git note that SSL_library_init() is not reentrant --- diff --git a/doc/ssl/SSL_library_init.pod b/doc/ssl/SSL_library_init.pod index ecf3c4858e..eed526e47e 100644 --- a/doc/ssl/SSL_library_init.pod +++ b/doc/ssl/SSL_library_init.pod @@ -23,6 +23,7 @@ for SSL_library_init(). =head1 NOTES SSL_library_init() must be called before any other action takes place. +SSL_library_init() is not reentrant. =head1 WARNING