From 2a155231a970eed253fe9b4e2971e514c6063228 Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 7 Sep 2023 19:28:37 +0000 Subject: [PATCH] add the missing entries for EVP_MD_CTX_pkey_ctx(3) and EVP_MD_CTX_md_data(3) to the RETURN VALUES section --- lib/libcrypto/man/EVP_MD_CTX_ctrl.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 b/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 index 8b6f8724fcb..0aaeddd6d08 100644 --- a/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 +++ b/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 , -- 2.20.1