Commit c1c26660 authored by Richard Levitte's avatar Richard Levitte
Browse files

Document the slight change in ERR_get_next_error_library()



Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent 963f043d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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