aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-09 13:12:34 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:12:02 +0000
commit35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d (patch)
treec9607dad528f347acd79d322e4d4b88dbc115c7a /INSTALL
parent722cba232150ff4d7c3ea5cae0d1e90e38a5d7d3 (diff)
downloadopenssl-35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d.tar.gz
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--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 5bb720995f..520de7bf67 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.