diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-06 00:29:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-06 00:29:04 +0000 |
commit | fcb81b3839f2090192a7d9e99cb264f2781f92cc (patch) | |
tree | f38270898041e2beae117b9975bb50f5b7b556a3 /lib/libssl | |
parent | 016758f8e8c9f54725ac96986a609f75ef900867 (diff) |
remove please from manual pages
ok jmc@ sthen@ millert@
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 index e30e4de84fa..a249cda6ac4 100644 --- a/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 +++ b/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.4 2019/06/08 15:25:43 schwarze Exp $ +.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.5 2022/02/06 00:29:02 jsg Exp $ .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2019 $ +.Dd $Mdocdate: February 6 2022 $ .Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3 .Os .Sh NAME @@ -104,7 +104,7 @@ provides access to object for the connection during the .Fn verify_callback when checking the peer's certificate. -Please check the example in +Check the example in .Xr SSL_CTX_set_verify 3 . .Sh SEE ALSO .Xr CRYPTO_set_ex_data 3 , |