From: Slanterns Date: Mon, 25 Jul 2022 23:15:40 +0000 (+0800) Subject: Remove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.md X-Git-Tag: openssl-3.2.0-alpha1~2330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f18dc7facc9bd477173ae97a1bd84f21758da58;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/18872) --- diff --git a/INSTALL.md b/INSTALL.md index f724478e503..3e711f3c767 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