diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-08-16 07:55:52 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-08-16 07:55:52 +0200 |
commit | ab29f5fac847b67ce85e6b70ecf13e583c0807bf (patch) | |
tree | 9a06cf9719906586ef833223df51e21aaf685914 /docs/manual/developer/thread_safety.html | |
parent | Add link to expat's site (diff) | |
download | apache2-ab29f5fac847b67ce85e6b70ecf13e583c0807bf.tar.xz apache2-ab29f5fac847b67ce85e6b70ecf13e583c0807bf.zip |
OpenSSL is thread-safe if you play its game.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/thread_safety.html')
-rw-r--r-- | docs/manual/developer/thread_safety.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html index 85b30cf8a1..4f630ad6bb 100644 --- a/docs/manual/developer/thread_safety.html +++ b/docs/manual/developer/thread_safety.html @@ -183,8 +183,8 @@ individual symbols in the module.</p> <tr> <td><a href="http://www.openssl.org/">OpenSSL</a></td> <td>0.96g</td> - <td>?</td> - <td> </td> + <td>Yes</td> + <td>Requires proper usage of <i>CRYPTO_num_locks</i>, <i>CRYPTO_set_locking_callback</i>, <i>CRYPTO_set_id_callback</i></td> </tr> <tr> <td><a href="http://www.oracle.com/">liboci8 (Oracle 8+)</a></td> |