From 68c581f233d97b2f90014e3d862e83361343b84d Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 7 Sep 2023 19:28:37 +0000 Subject: add the missing entries for EVP_MD_CTX_pkey_ctx(3) and EVP_MD_CTX_md_data(3) to the RETURN VALUES section --- src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 b/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 index 8b6f8724fc..0aaeddd6d0 100644 --- a/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 +++ b/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_MD_CTX_ctrl.3,v 1.1 2023/09/07 14:22:11 schwarze Exp $ +.\" $OpenBSD: EVP_MD_CTX_ctrl.3,v 1.2 2023/09/07 19:28:37 schwarze Exp $ .\" full merge up to: OpenSSL man3/EVP_DigestInit.pod .\" 24a535ea Sep 22 13:14:20 2020 +0100 .\" @@ -247,6 +247,12 @@ returns the bitwise OR of the .Fa flags argument and the flags set in .Fa ctx . +.Pp +.Fn EVP_MD_CTX_pkey_ctx +and +.Fn EVP_MD_CTX_md_data +return pointers to storage owned by +.Fa ctx . .Sh SEE ALSO .Xr evp 3 , .Xr EVP_DigestInit 3 , -- cgit v1.2.3-55-g6feb