projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963f043
)
Document the slight change in ERR_get_next_error_library()
author
Richard Levitte
<levitte@openssl.org>
Tue, 19 Jul 2016 19:33:02 +0000
(21:33 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/doc/crypto/ERR_load_strings.pod
b/doc/crypto/ERR_load_strings.pod
index 8071d96eff2695d49b361a82fdedc7b418240c07..86ee5fda24a6ee61936e770d32ec916964e94ba4 100644
(file)
--- 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