From: Dr. David von Oheimb Date: Mon, 14 Apr 2025 19:09:16 +0000 (+0200) Subject: OSSL_CALLBACK.pod: add missing info on required return values of callback functions X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1875bb0fecf6584cfe62dc5c454648e50a9ad281;p=thirdparty%2Fopenssl.git OSSL_CALLBACK.pod: add missing info on required return values of callback functions Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/28474) --- diff --git a/doc/man3/OSSL_CALLBACK.pod b/doc/man3/OSSL_CALLBACK.pod index 5fa8a8f0891..c0ffad53c99 100644 --- a/doc/man3/OSSL_CALLBACK.pod +++ b/doc/man3/OSSL_CALLBACK.pod @@ -47,15 +47,10 @@ Additional parameters can be passed with the L array I, =back -=begin comment RETURN VALUES doesn't make sense for a manual that only -describes a type, but document checkers still want that section, and -to have more than just the section title. - =head1 RETURN VALUES -txt - -=end comment +Functions of type B and B +must return 1 on success and 0 on failure. =head1 SEE ALSO