summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-05-14 09:33:20 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-05-14 09:33:20 +0000
commit162d05a4e31a5b5574776874710db409ac8f7001 (patch)
treec9fff0d2845014394733af17b1d82675efe1d061 /lib/libcrypto/man
parente3e6411e48481003a365e0b3d99c3bc2eb60b121 (diff)
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 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/RSA_set_method.38
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_set_method.3 b/lib/libcrypto/man/RSA_set_method.3
index 0169ba59922..818b64823dc 100644
--- a/lib/libcrypto/man/RSA_set_method.3
+++ b/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 <ulf@openssl.org>
@@ -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.