summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorschwarze <>2023-09-07 19:28:37 +0000
committerschwarze <>2023-09-07 19:28:37 +0000
commit68c581f233d97b2f90014e3d862e83361343b84d (patch)
tree843f1ecf71abf06cbe48f50e14962bb95061c701 /src/lib
parent5ac123b6cba33347bb62c1e2a0361961d13b53b9 (diff)
downloadopenbsd-68c581f233d97b2f90014e3d862e83361343b84d.tar.gz
openbsd-68c581f233d97b2f90014e3d862e83361343b84d.tar.bz2
openbsd-68c581f233d97b2f90014e3d862e83361343b84d.zip
add the missing entries for EVP_MD_CTX_pkey_ctx(3) and EVP_MD_CTX_md_data(3)
to the RETURN VALUES section
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/EVP_MD_CTX_ctrl.38
1 files changed, 7 insertions, 1 deletions
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 @@
1.\" $OpenBSD: EVP_MD_CTX_ctrl.3,v 1.1 2023/09/07 14:22:11 schwarze Exp $ 1.\" $OpenBSD: EVP_MD_CTX_ctrl.3,v 1.2 2023/09/07 19:28:37 schwarze Exp $
2.\" full merge up to: OpenSSL man3/EVP_DigestInit.pod 2.\" full merge up to: OpenSSL man3/EVP_DigestInit.pod
3.\" 24a535ea Sep 22 13:14:20 2020 +0100 3.\" 24a535ea Sep 22 13:14:20 2020 +0100
4.\" 4.\"
@@ -247,6 +247,12 @@ returns the bitwise OR of the
247.Fa flags 247.Fa flags
248argument and the flags set in 248argument and the flags set in
249.Fa ctx . 249.Fa ctx .
250.Pp
251.Fn EVP_MD_CTX_pkey_ctx
252and
253.Fn EVP_MD_CTX_md_data
254return pointers to storage owned by
255.Fa ctx .
250.Sh SEE ALSO 256.Sh SEE ALSO
251.Xr evp 3 , 257.Xr evp 3 ,
252.Xr EVP_DigestInit 3 , 258.Xr EVP_DigestInit 3 ,