Fix reference to SSL_set_max_proto_version.
authorMarkus Triska <triska@metalevel.at>
Fri, 9 Dec 2016 17:07:09 +0000 (18:07 +0100)
committerRich Salz <rsalz@openssl.org>
Sat, 10 Dec 2016 21:37:26 +0000 (16:37 -0500)
CLA: trivial
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2059)
(cherry picked from commit 2884c76a4e4c1f98d17a10e2d0f5dfc43e9cb04a)

doc/ssl/SSL_CTX_new.pod

index 29387d343f1d3d86675dddee0b20713a31323ee3..7b35bddade87c44a19809bbf918327e9f1fa34fe 100644 (file)
@@ -150,7 +150,7 @@ Use the I<version-flexible> methods instead of the version specific methods.
 If you want to limit the supported protocols for the version flexible
 methods you can use L<SSL_CTX_set_min_proto_version(3)>,
 L<SSL_set_min_proto_version(3)>, L<SSL_CTX_set_max_proto_version(3)> and
-LSSL_set_max_proto_version(3)> functions.
+L<SSL_set_max_proto_version(3)> functions.
 Using these functions it is possible to choose e.g. TLS_server_method()
 and be able to negotiate with all possible clients, but to only
 allow newer protocols like TLS 1.0, TLS 1.1 or TLS 1.2.