diff options
author | Nils Larsch <nils@openssl.org> | 2006-03-12 01:37:55 +0100 |
---|---|---|
committer | Nils Larsch <nils@openssl.org> | 2006-03-12 01:37:55 +0100 |
commit | c2cd422ac648d61189717afdaae1dbcd9aa75c78 (patch) | |
tree | 27df8d04b5fee4767a9c90317615a36d90b41a95 /doc | |
parent | Implement the Supported Point Formats Extension for ECC ciphersuites (diff) | |
download | openssl-c2cd422ac648d61189717afdaae1dbcd9aa75c78.tar.xz openssl-c2cd422ac648d61189717afdaae1dbcd9aa75c78.zip |
note that SSL_library_init() is not reentrant
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ssl/SSL_library_init.pod | 1 |
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 |