diff options
Diffstat (limited to 'src/lib/libcrypto/man/ERR_get_error.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_get_error.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ERR_get_error.3 b/src/lib/libcrypto/man/ERR_get_error.3 index a8ab16b713..f3bcc09cbc 100644 --- a/src/lib/libcrypto/man/ERR_get_error.3 +++ b/src/lib/libcrypto/man/ERR_get_error.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ERR_get_error.3,v 1.7 2018/03/22 21:08:22 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_get_error.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 22 2018 $ | 51 | .Dd $Mdocdate: March 27 2018 $ |
52 | .Dt ERR_GET_ERROR 3 | 52 | .Dt ERR_GET_ERROR 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -168,12 +168,14 @@ The error code, or 0 if there is no error in the queue. | |||
168 | .Xr ERR_error_string 3 , | 168 | .Xr ERR_error_string 3 , |
169 | .Xr ERR_GET_LIB 3 | 169 | .Xr ERR_GET_LIB 3 |
170 | .Sh HISTORY | 170 | .Sh HISTORY |
171 | .Fn ERR_get_error , | 171 | .Fn ERR_get_error |
172 | .Fn ERR_peek_error , | 172 | and |
173 | .Fn ERR_get_error_line , | 173 | .Fn ERR_peek_error |
174 | first appeared in SSLeay 0.4.4. | ||
175 | .Fn ERR_get_error_line | ||
174 | and | 176 | and |
175 | .Fn ERR_peek_error_line | 177 | .Fn ERR_peek_error_line |
176 | appeared in SSLeay 0.8.1b or earlier. | 178 | first appeared in SSLeay 0.6.0. |
177 | .Fn ERR_get_error_line_data | 179 | .Fn ERR_get_error_line_data |
178 | and | 180 | and |
179 | .Fn ERR_peek_error_line_data | 181 | .Fn ERR_peek_error_line_data |