note that SSL_library_init() is not reentrant

This commit is contained in:
Nils Larsch 2006-03-12 00:37:55 +00:00
parent 36ca4ba63d
commit c2cd422ac6

View 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