Skip to content

Commit

Permalink
Remove no-{ssl|tls|tls1_3|dtls}-method in INSTALL.md
Browse files Browse the repository at this point in the history
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 #18872)
  • Loading branch information
slanterns authored and levitte committed Jul 27, 2022
1 parent c34e787 commit 5f18dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -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
Expand Down

0 comments on commit 5f18dc7

Please sign in to comment.