From: Richard Levitte Date: Tue, 19 Jul 2016 19:33:02 +0000 (+0200) Subject: Document the slight change in ERR_get_next_error_library() X-Git-Tag: OpenSSL_1_1_0-pre6~150 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c1c26660df15fe89914e1fb353dd3064f8176fb5;hp=963f043d04206ae9e4d484eee37a3ebd5a3aa701 Document the slight change in ERR_get_next_error_library() Reviewed-by: Kurt Roeckx --- 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