diff options
author | schwarze <> | 2018-03-20 22:56:38 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 22:56:38 +0000 |
commit | 93effffec079f9addb48a346bac7d4c00c799d9e (patch) | |
tree | fa3d82d2e156e3afae40149c093b95f98d148999 /src/lib/libcrypto/man/ERR_load_strings.3 | |
parent | 692a91a507ade91eb266a422716321a834590ed8 (diff) | |
download | openbsd-93effffec079f9addb48a346bac7d4c00c799d9e.tar.gz openbsd-93effffec079f9addb48a346bac7d4c00c799d9e.tar.bz2 openbsd-93effffec079f9addb48a346bac7d4c00c799d9e.zip |
err.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/ERR_load_strings.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_load_strings.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_strings.3 b/src/lib/libcrypto/man/ERR_load_strings.3 index 74fd989bf3..8708b8c284 100644 --- a/src/lib/libcrypto/man/ERR_load_strings.3 +++ b/src/lib/libcrypto/man/ERR_load_strings.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ERR_load_strings.3,v 1.4 2016/11/23 17:59:29 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_load_strings.3,v 1.5 2018/03/20 22:56:38 schwarze Exp $ |
2 | .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 | 2 | .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 |
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: November 23 2016 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
52 | .Dt ERR_LOAD_STRINGS 3 | 52 | .Dt ERR_LOAD_STRINGS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -107,9 +107,11 @@ returns a new library number. | |||
107 | .Sh SEE ALSO | 107 | .Sh SEE ALSO |
108 | .Xr ERR 3 | 108 | .Xr ERR 3 |
109 | .Sh HISTORY | 109 | .Sh HISTORY |
110 | .Fn ERR_load_error_strings | 110 | .Fn ERR_load_strings |
111 | and | 111 | and |
112 | .Fn ERR_PACK | 112 | .Fn ERR_PACK |
113 | are available in all versions of SSLeay and OpenSSL. | 113 | appeared in SSLeay 0.8.1b or earlier and have been available since |
114 | .Ox 2.4 . | ||
115 | .Pp | ||
114 | .Fn ERR_get_next_error_library | 116 | .Fn ERR_get_next_error_library |
115 | was added in SSLeay 0.9.0. | 117 | was added in SSLeay 0.9.0. |