]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/doc/crypto/ERR_load_strings.pod
upd: openssl to 1.1.0
[cassiopeia.git] / lib / openssl / doc / crypto / ERR_load_strings.pod
index 5acdd0edbc5e860a9dd943f51bfa762c255562d7..86ee5fda24a6ee61936e770d32ec916964e94ba4 100644 (file)
@@ -39,16 +39,20 @@ 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
 
-L<err(3)|err(3)>, L<ERR_load_strings(3)|ERR_load_strings(3)>
+L<err(3)>, L<ERR_load_strings(3)>
 
-=head1 HISTORY
+=head1 COPYRIGHT
 
-ERR_load_error_strings() and ERR_PACK() are available in all versions
-of SSLeay and OpenSSL. ERR_get_next_error_library() was added in
-SSLeay 0.9.0.
+Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the OpenSSL license (the "License").  You may not use
+this file except in compliance with the License.  You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
 
 =cut