mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Document the slight change in ERR_get_next_error_library()
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
This commit is contained in:
parent
963f043d04
commit
c1c26660df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user