Import OpenSSL 1.1.0f
This commit is contained in:
@@ -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_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-2017 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
|
||||
|
||||
Reference in New Issue
Block a user