diff options
author | Matt Caswell <matt@openssl.org> | 2018-02-12 10:39:28 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-02-12 15:56:45 +0100 |
commit | 034d55cd5c82517418708a0b41b94f20911774c0 (patch) | |
tree | 2d4c7438c8d09214328a8ed67abdc9dc9546673a /INSTALL | |
parent | Remove code that prints "<SPACES/NULS>" in hexdumps (diff) | |
download | openssl-034d55cd5c82517418708a0b41b94f20911774c0.tar.xz openssl-034d55cd5c82517418708a0b41b94f20911774c0.zip |
Some minor tweaks following TLSv1.3 becoming default
Fix a typo in INSTALL and update the link in CHANGES
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5329)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,7 +498,7 @@ applications to explicitly select individual protocol versions. Note that there is no "no-tls1_3-method" option because there is no application method for TLSv1.3. Using - invidivial protocol methods directly is deprecated. + individual protocol methods directly is deprecated. Applications should use TLS_method() instead. enable-<alg> |