diff options
author | jmc <> | 2019-12-19 20:23:25 +0000 |
---|---|---|
committer | jmc <> | 2019-12-19 20:23:25 +0000 |
commit | 90c6438db1bcfc615be1df4658f36a10bfbe29ee (patch) | |
tree | e013c857e0ca8fbd96c5b6f9d7d2ab24508bb6a8 | |
parent | 6ae3e45e3e2dd347eb0123ee96b463bfa412e377 (diff) | |
download | openbsd-90c6438db1bcfc615be1df4658f36a10bfbe29ee.tar.gz openbsd-90c6438db1bcfc615be1df4658f36a10bfbe29ee.tar.bz2 openbsd-90c6438db1bcfc615be1df4658f36a10bfbe29ee.zip |
spelling; from bryan stenson
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 index fa5d980913..bf1cb5ed50 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.9 2019/12/03 06:53:04 tb Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.10 2019/12/19 20:23:25 jmc Exp $ |
2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: December 3 2019 $ | 68 | .Dd $Mdocdate: December 19 2019 $ |
69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 | 69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -137,7 +137,7 @@ It can only be used as the first word. | |||
137 | .It Cm @STRENGTH | 137 | .It Cm @STRENGTH |
138 | Sort the list by decreasing encryption strength, | 138 | Sort the list by decreasing encryption strength, |
139 | preserving the order of cipher suites that have the same strength. | 139 | preserving the order of cipher suites that have the same strength. |
140 | It is usally given as the last word. | 140 | It is usually given as the last word. |
141 | .El | 141 | .El |
142 | .Pp | 142 | .Pp |
143 | The following words can be used to select groups of cipher suites, | 143 | The following words can be used to select groups of cipher suites, |