summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-01-31 13:42:46 +0100
committerRichard Levitte <levitte@openssl.org>2019-01-31 16:48:00 +0100
commit62b563b9df161a992fde18a0cb0d1a0969158412 (patch)
tree89647912bd1f8fd399a1298507bc2b106012aad3 /INSTALL
parenta17089b0d750732d1b9d19ad924b3f8a2d7c3111 (diff)
downloadopenssl-new-62b563b9df161a992fde18a0cb0d1a0969158412.tar.gz
Better phrasing around 1.1.0
Fixes #8129 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/8130)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 2fd2235d14..119564398d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -973,10 +973,10 @@
* COMPILING existing applications
- OpenSSL 1.1.0 hides a number of structures that were previously
- open. This includes all internal libssl structures and a number
- of EVP types. Accessor functions have been added to allow
- controlled access to the structures' data.
+ Starting with version 1.1.0, OpenSSL hides a number of structures
+ that were previously open. This includes all internal libssl
+ structures and a number of EVP types. Accessor functions have
+ been added to allow controlled access to the structures' data.
This means that some software needs to be rewritten to adapt to
the new ways of doing things. This often amounts to allocating
@@ -1079,7 +1079,7 @@
depend
Rebuild the dependencies in the Makefiles. This is a legacy
- option that no longer needs to be used in OpenSSL 1.1.0.
+ option that no longer needs to be used since OpenSSL 1.1.0.
install
Install all OpenSSL components.