Fix typo. tls_1_2 should be tls1_2

This commit is contained in:
Chris Coleman 2017-04-27 12:09:18 -04:00 committed by GitHub
parent e8f0e82f6c
commit 49b9f498c4
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ remotehost = examplehost
#
# It is best to leave this unset, in which case the correct version will be
# automatically detected. In rare cases, it may be necessary to specify a
# particular version from: tls1, tls1_1, tls_1_2, ssl3, ssl23.
# particular version from: tls1, tls1_1, tls1_2, ssl3, ssl23.
#
# tls1_1 and tls1_2 are available with OpenSSL since v1.0.1.
#