diff options
author | Matt Caswell <matt@openssl.org> | 2016-02-09 14:12:34 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-02-09 16:12:02 +0100 |
commit | 35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d (patch) | |
tree | c9607dad528f347acd79d322e4d4b88dbc115c7a /INSTALL | |
parent | Add a CHANGES entry for auto-init and de-init (diff) | |
download | openssl-35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d.tar.xz openssl-35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d.zip |
Updates for auto init/deinit review comments
Fixes for the auto-init/deinit code based on review comments
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -340,7 +340,7 @@ you can still use "no-threads" to suppress an annoying warning message from the Configure script.) - OpenSSL provides in built support for two threading models: pthreads (found on + OpenSSL provides built-in support for two threading models: pthreads (found on most UNIX/Linux systems), and Windows threads. No other threading models are supported. If your platform does not provide pthreads or Windows threads then you should Configure with the "no-threads" option. |