Document the slight change in ERR_get_next_error_library()
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Jul 2016 19:33:02 +0000 (21:33 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Jul 2016 21:49:54 +0000 (23:49 +0200)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
doc/crypto/ERR_load_strings.pod

index 8071d96eff2695d49b361a82fdedc7b418240c07..86ee5fda24a6ee61936e770d32ec916964e94ba4 100644 (file)
@@ -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