Commit c2cd422a authored by Nils Larsch's avatar Nils Larsch
Browse files

note that SSL_library_init() is not reentrant

parent 36ca4ba6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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