diff options
| author | schwarze <> | 2020-09-15 18:37:25 +0000 |
|---|---|---|
| committer | schwarze <> | 2020-09-15 18:37:25 +0000 |
| commit | 11d8a3d204474a9a17954429910eba7f3a87c4ba (patch) | |
| tree | fd3ce16d1340370088652375334aa21772a541de /src | |
| parent | cf3950166424b55bed453434d50727a6cf7485d1 (diff) | |
| download | openbsd-11d8a3d204474a9a17954429910eba7f3a87c4ba.tar.gz openbsd-11d8a3d204474a9a17954429910eba7f3a87c4ba.tar.bz2 openbsd-11d8a3d204474a9a17954429910eba7f3a87c4ba.zip | |
The undocumented public function SSL_set_SSL_CTX(3) changes the
context used by an SSL object, so do not talk about the SSL_CTX
that "an SSL object was created from";
fixing an inaccuracy pointed out by jsing@.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/man/SSL_get_ciphers.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_get_ciphers.3 b/src/lib/libssl/man/SSL_get_ciphers.3 index 5ff1f69c42..919bef34c0 100644 --- a/src/lib/libssl/man/SSL_get_ciphers.3 +++ b/src/lib/libssl/man/SSL_get_ciphers.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: SSL_get_ciphers.3,v 1.8 2020/09/15 14:51:42 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_get_ciphers.3,v 1.9 2020/09/15 18:37:25 schwarze 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 | .\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 | 3 | .\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 |
| 4 | .\" | 4 | .\" |
| @@ -165,9 +165,9 @@ is destroyed or when | |||
| 165 | .Xr SSL_set_cipher_list 3 | 165 | .Xr SSL_set_cipher_list 3 |
| 166 | is called on it, but also when the | 166 | is called on it, but also when the |
| 167 | .Vt SSL_CTX | 167 | .Vt SSL_CTX |
| 168 | object is destroyed that | 168 | object in use by |
| 169 | .Fa SSL | 169 | .Fa ssl |
| 170 | was created from or when | 170 | at the time of the call is freed or when |
| 171 | .Xr SSL_CTX_set_cipher_list 3 | 171 | .Xr SSL_CTX_set_cipher_list 3 |
| 172 | is called on that context object. | 172 | is called on that context object. |
| 173 | .Pp | 173 | .Pp |
