summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-05-14 09:33:19 +0000
committertb <>2023-05-14 09:33:19 +0000
commitf995b3b819f4d9d1bf71bc91891ac510c0343bd7 (patch)
tree9c4b41c5b2ed4f50ab06b7652a23d7a5a827008c /src/lib
parent09361b1f335f7f87759b376866ff9ec87b22268f (diff)
downloadopenbsd-f995b3b819f4d9d1bf71bc91891ac510c0343bd7.tar.gz
openbsd-f995b3b819f4d9d1bf71bc91891ac510c0343bd7.tar.bz2
openbsd-f995b3b819f4d9d1bf71bc91891ac510c0343bd7.zip
Fix another mandoc -Tlint warning
With this the only -Tlint warnings are about Xr to undocumented functions: EVP_CIPHER_CTX_copy, EVP_CIPHER_CTX_get_cipher_data, X509V3_EXT_get_nid.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/RSA_set_method.38
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_set_method.3 b/src/lib/libcrypto/man/RSA_set_method.3
index 0169ba5992..818b64823d 100644
--- a/src/lib/libcrypto/man/RSA_set_method.3
+++ b/src/lib/libcrypto/man/RSA_set_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_set_method.3,v 1.16 2022/01/15 23:38:50 jsg Exp $ 1.\" $OpenBSD: RSA_set_method.3,v 1.17 2023/05/14 09:33:19 tb Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> 4.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: January 15 2022 $ 53.Dd $Mdocdate: May 14 2023 $
54.Dt RSA_SET_METHOD 3 54.Dt RSA_SET_METHOD 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -274,5 +274,7 @@ but will not be reflected in the return value of the
274.Fn RSA_flags 274.Fn RSA_flags
275function - in effect 275function - in effect
276.Fn RSA_flags 276.Fn RSA_flags
277behaves more like an RSA_default_flags() function, which does not 277behaves more like an
278.Fn RSA_default_flags
279function, which does not
278currently exist. 280currently exist.