summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-03-12 00:37:55 +0000
committerNils Larsch <nils@openssl.org>2006-03-12 00:37:55 +0000
commitc2cd422ac648d61189717afdaae1dbcd9aa75c78 (patch)
tree27df8d04b5fee4767a9c90317615a36d90b41a95 /doc/ssl
parent36ca4ba63d083da6f9d4598f18f17a8c32c8eca2 (diff)
note that SSL_library_init() is not reentrant
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_library_init.pod1
1 files changed, 1 insertions, 0 deletions
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