X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FERR_get_error.pod;h=a7efc74d6a511e70c900c42054abb0c502c04412;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=01e196c95fda672fd384a4309af0d81ec89d3108;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/ERR_get_error.pod b/lib/openssl/doc/crypto/ERR_get_error.pod index 01e196c..a7efc74 100644 --- a/lib/openssl/doc/crypto/ERR_get_error.pod +++ b/lib/openssl/doc/crypto/ERR_get_error.pod @@ -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 for obtaining information about +See L for obtaining information about location and reason of the error, and -L for human-readable error +L 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, L, -L +L, L, +L -=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-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. =cut