From f995b3b819f4d9d1bf71bc91891ac510c0343bd7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 14 May 2023 09:33:19 +0000 Subject: 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. --- src/lib/libcrypto/man/RSA_set_method.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ -.\" $OpenBSD: RSA_set_method.3,v 1.16 2022/01/15 23:38:50 jsg Exp $ +.\" $OpenBSD: RSA_set_method.3,v 1.17 2023/05/14 09:33:19 tb Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 15 2022 $ +.Dd $Mdocdate: May 14 2023 $ .Dt RSA_SET_METHOD 3 .Os .Sh NAME @@ -274,5 +274,7 @@ but will not be reflected in the return value of the .Fn RSA_flags function - in effect .Fn RSA_flags -behaves more like an RSA_default_flags() function, which does not +behaves more like an +.Fn RSA_default_flags +function, which does not currently exist. -- cgit v1.2.3-55-g6feb