summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ERR_load_strings.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ERR_load_strings.3')
-rw-r--r--src/lib/libcrypto/man/ERR_load_strings.311
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_strings.3 b/src/lib/libcrypto/man/ERR_load_strings.3
index 691a4067d3..780d0869fa 100644
--- a/src/lib/libcrypto/man/ERR_load_strings.3
+++ b/src/lib/libcrypto/man/ERR_load_strings.3
@@ -1,4 +1,6 @@
1.Dd $Mdocdate: November 2 2016 $ 1.\" $OpenBSD: ERR_load_strings.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
2.Dt ERR_LOAD_STRINGS 3 4.Dt ERR_LOAD_STRINGS 3
3.Os 5.Os
4.Sh NAME 6.Sh NAME
@@ -49,16 +51,15 @@ The last entry in the array is
49.Pp 51.Pp
50.Fn ERR_get_next_error_library 52.Fn ERR_get_next_error_library
51can be used to assign library numbers to user libraries at runtime. 53can be used to assign library numbers to user libraries at runtime.
52.Sh RETURN VALUE 54.Sh RETURN VALUES
53.Fn ERR_PACK 55.Fn ERR_PACK
54returns the error code. 56returns the error code.
55.Fn ERR_get_next_error_library 57.Fn ERR_get_next_error_library
56returns a new library number. 58returns a new library number.
57.Sh SEE ALSO 59.Sh SEE ALSO
58.Xr ERR 3 , 60.Xr ERR 3
59.Xr ERR_load_strings 3
60.Sh HISTORY 61.Sh HISTORY
61.Xr ERR_load_error_strings 3 62.Fn ERR_load_error_strings
62and 63and
63.Fn ERR_PACK 64.Fn ERR_PACK
64are available in all versions of SSLeay and OpenSSL. 65are available in all versions of SSLeay and OpenSSL.