Import OpenSSL 1.1.0f
This commit is contained in:
@@ -38,9 +38,9 @@ error queue without modifying it.
|
||||
ERR_peek_last_error() returns the latest error code from the thread's
|
||||
error queue without modifying it.
|
||||
|
||||
See L<ERR_GET_LIB(3)|ERR_GET_LIB(3)> for obtaining information about
|
||||
See L<ERR_GET_LIB(3)> for obtaining information about
|
||||
location and reason of the error, and
|
||||
L<ERR_error_string(3)|ERR_error_string(3)> for human-readable error
|
||||
L<ERR_error_string(3)> for human-readable error
|
||||
messages.
|
||||
|
||||
ERR_get_error_line(), ERR_peek_error_line() and
|
||||
@@ -64,16 +64,16 @@ The error code, or 0 if there is no error in the queue.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<err(3)|err(3)>, L<ERR_error_string(3)|ERR_error_string(3)>,
|
||||
L<ERR_GET_LIB(3)|ERR_GET_LIB(3)>
|
||||
L<ERR_error_string(3)>,
|
||||
L<ERR_GET_LIB(3)>
|
||||
|
||||
=head1 HISTORY
|
||||
=head1 COPYRIGHT
|
||||
|
||||
ERR_get_error(), ERR_peek_error(), ERR_get_error_line() and
|
||||
ERR_peek_error_line() are available in all versions of SSLeay and
|
||||
OpenSSL. ERR_get_error_line_data() and ERR_peek_error_line_data()
|
||||
were added in SSLeay 0.9.0.
|
||||
ERR_peek_last_error(), ERR_peek_last_error_line() and
|
||||
ERR_peek_last_error_line_data() were added in OpenSSL 0.9.7.
|
||||
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