diff options
Diffstat (limited to 'src/lib/libcrypto/man/ERR_get_error.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_get_error.3 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ERR_get_error.3 b/src/lib/libcrypto/man/ERR_get_error.3 index e20e1236dc..9ba65a9a10 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.5 2018/03/20 22:56:38 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_get_error.3,v 1.6 2018/03/21 06:44:51 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 20 2018 $ | 51 | .Dd $Mdocdate: March 21 2018 $ |
52 | .Dt ERR_GET_ERROR 3 | 52 | .Dt ERR_GET_ERROR 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -173,13 +173,14 @@ The error code, or 0 if there is no error in the queue. | |||
173 | .Fn ERR_get_error_line , | 173 | .Fn ERR_get_error_line , |
174 | and | 174 | and |
175 | .Fn ERR_peek_error_line | 175 | .Fn ERR_peek_error_line |
176 | appeared in SSLeay 0.8.1b or earlier and have been available since | 176 | appeared in SSLeay 0.8.1b or earlier. |
177 | .Ox 2.4 . | ||
178 | .Pp | ||
179 | .Fn ERR_get_error_line_data | 177 | .Fn ERR_get_error_line_data |
180 | and | 178 | and |
181 | .Fn ERR_peek_error_line_data | 179 | .Fn ERR_peek_error_line_data |
182 | were added in SSLeay 0.9.0. | 180 | first appeared in SSLeay 0.9.0. |
181 | All these functions have been available since | ||
182 | .Ox 2.4 . | ||
183 | .Pp | ||
183 | .Fn ERR_peek_last_error , | 184 | .Fn ERR_peek_last_error , |
184 | .Fn ERR_peek_last_error_line , | 185 | .Fn ERR_peek_last_error_line , |
185 | and | 186 | and |