summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorSlanterns <slanterns.w@gmail.com>2022-07-26 07:15:40 +0800
committerRichard Levitte <levitte@openssl.org>2022-07-27 13:29:41 +0200
commit083fa48750cf766eaf974df4b9a9122575332247 (patch)
tree953429f13bdc1a6563e3e38ec5fe8781f61a0d7f /INSTALL.md
parent497893dfe05d63c24624c3743fc162e2c759f822 (diff)
Remove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.md
CLA: trivial Actually there is no option called `no-{ssl|tls|tls1_3|dtls}-method`. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18872) (cherry picked from commit 5f18dc7facc9bd477173ae97a1bd84f21758da58)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5d53cef1aa..15b967d685 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -974,7 +974,7 @@ the individual protocol versions.
### no-{protocol}-method
- no-{ssl|ssl3|tls|tls1|tls1_1|tls1_2|tls1_3|dtls|dtls1|dtls1_2}-method
+ no-{ssl3|tls1|tls1_1|tls1_2|dtls1|dtls1_2}-method
Analogous to `no-{protocol}` but in addition do not build the methods for
applications to explicitly select individual protocol versions. Note that there