From c2cd422ac648d61189717afdaae1dbcd9aa75c78 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Sun, 12 Mar 2006 00:37:55 +0000 Subject: [PATCH] note that SSL_library_init() is not reentrant --- doc/ssl/SSL_library_init.pod | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1