diff options
Diffstat (limited to 'openssl/vendor/current/FAQ')
-rw-r--r-- | openssl/vendor/current/FAQ | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openssl/vendor/current/FAQ b/openssl/vendor/current/FAQ index c31c1ee3..bee5094c 100644 --- a/openssl/vendor/current/FAQ +++ b/openssl/vendor/current/FAQ @@ -74,7 +74,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from <URL: http://www.openssl.org>. -OpenSSL 0.9.8b was released on May 4th, 2006. +OpenSSL 0.9.8d was released on September 28th, 2006. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at <URL: @@ -679,8 +679,9 @@ libraries. If your platform is not one of these, consult the INSTALL file. Multi-threaded applications must provide two callback functions to -OpenSSL. This is described in the threads(3) manpage. - +OpenSSL by calling CRYPTO_set_locking_callback() and +CRYPTO_set_id_callback(). This is described in the threads(3) +manpage. * I've compiled a program under Windows and it crashes: why? |