note that SSL_library_init() is not reentrant
authorNils Larsch <nils@openssl.org>
Sun, 12 Mar 2006 00:37:55 +0000 (00:37 +0000)
committerNils Larsch <nils@openssl.org>
Sun, 12 Mar 2006 00:37:55 +0000 (00:37 +0000)
doc/ssl/SSL_library_init.pod

index ecf3c4858e528849a4d677a56054c94112d22331..eed526e47efec90a3f035b1be2168e4730e5c587 100644 (file)
@@ -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