[openssl] master update
tomas at openssl.org
tomas at openssl.org
Tue Dec 28 11:03:01 UTC 2021
The branch master has been updated
via 40586e462df76adf163e0d31879dc2d5fa90e109 (commit)
from 2080da84a49b0c52fc8c6e6caef5d373235bd3e4 (commit)
- Log -----------------------------------------------------------------
commit 40586e462df76adf163e0d31879dc2d5fa90e109
Author: Michael Baentsch <info at baentsch.ch>
Date: Fri Dec 24 08:23:00 2021 +0100
document additional stack push error code
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17350)
(cherry picked from commit 0caf2813245f7141b982fcfd9bda402117da115c)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/DEFINE_STACK_OF.pod | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/man3/DEFINE_STACK_OF.pod b/doc/man3/DEFINE_STACK_OF.pod
index ec9eda81c6..9cec998924 100644
--- a/doc/man3/DEFINE_STACK_OF.pod
+++ b/doc/man3/DEFINE_STACK_OF.pod
@@ -266,6 +266,7 @@ on error.
B<sk_I<TYPE>_insert>(), B<sk_I<TYPE>_push>() and B<sk_I<TYPE>_unshift>() return
the total number of elements in the stack and 0 if an error occurred.
+B<sk_I<TYPE>_push>() further returns -1 if I<sk> is NULL.
B<sk_I<TYPE>_set>() returns a pointer to the replacement element or NULL on
error.
More information about the openssl-commits
mailing list