From: Jeeban Sethi <13jeeban@gmail.com> Date: Mon, 3 Apr 2023 08:46:24 +0000 (+0530) Subject: Updated return value of PEM_write_TYPE() and PEM_write_bio_TYPE() in man-pages. X-Git-Tag: openssl-3.2.0-alpha1~1018 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfb8e185134df90fd3f21fb6ec625e7c295fdcea;p=thirdparty%2Fopenssl.git Updated return value of PEM_write_TYPE() and PEM_write_bio_TYPE() in man-pages. Fixes #20218 CLA: trivial Reviewed-by: Todd Short Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20673) --- diff --git a/doc/man3/PEM_read_CMS.pod b/doc/man3/PEM_read_CMS.pod index 2b96db9c31a..311f40e343d 100644 --- a/doc/man3/PEM_read_CMS.pod +++ b/doc/man3/PEM_read_CMS.pod @@ -122,8 +122,7 @@ B>() and B>() return a pointer to an allocated object, which should be released by calling B_free>(), or NULL on error. -B>() and B>() return the number of bytes -written or zero on error. +B>() and B>() return 1 for success or 0 for failure. =head1 SEE ALSO