From c1c26660df15fe89914e1fb353dd3064f8176fb5 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 19 Jul 2016 21:33:02 +0200 Subject: [PATCH 1/1] Document the slight change in ERR_get_next_error_library() Reviewed-by: Kurt Roeckx --- doc/crypto/ERR_load_strings.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/crypto/ERR_load_strings.pod b/doc/crypto/ERR_load_strings.pod index 8071d96eff..86ee5fda24 100644 --- a/doc/crypto/ERR_load_strings.pod +++ b/doc/crypto/ERR_load_strings.pod @@ -39,7 +39,8 @@ to user libraries at runtime. =head1 RETURN VALUE ERR_load_strings() returns no value. ERR_PACK() return the error code. -ERR_get_next_error_library() returns a new library number. +ERR_get_next_error_library() returns zero on failure, otherwise a new +library number. =head1 SEE ALSO -- 2.34.1