diff options
| author | schwarze <> | 2020-06-04 20:06:04 +0000 |
|---|---|---|
| committer | schwarze <> | 2020-06-04 20:06:04 +0000 |
| commit | 53beb8fe96aa9ab3ce5c57b525e3a1fbb817382e (patch) | |
| tree | cd4009ae2fd9a7e4807fb5aa45a0353bcda9e624 | |
| parent | a93b95dac3540fb5a9d276a240edbcfb389962df (diff) | |
| download | openbsd-53beb8fe96aa9ab3ce5c57b525e3a1fbb817382e.tar.gz openbsd-53beb8fe96aa9ab3ce5c57b525e3a1fbb817382e.tar.bz2 openbsd-53beb8fe96aa9ab3ce5c57b525e3a1fbb817382e.zip | |
minor polishing:
* below SEE ALSO, point to the most similar function that is not deprecated
* add a comment saying why ERR_load_ERR_strings() is intentionally undocumented
* update the comment specifying the merge status
| -rw-r--r-- | src/lib/libcrypto/man/ERR_load_crypto_strings.3 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 b/src/lib/libcrypto/man/ERR_load_crypto_strings.3 index e3d60527d7..4ad12659a5 100644 --- a/src/lib/libcrypto/man/ERR_load_crypto_strings.3 +++ b/src/lib/libcrypto/man/ERR_load_crypto_strings.3 | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | .\" $OpenBSD: ERR_load_crypto_strings.3,v 1.8 2019/06/14 13:41:31 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_load_crypto_strings.3,v 1.9 2020/06/04 20:06:04 schwarze Exp $ |
| 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 |
| 3 | .\" selective merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 | ||
| 3 | .\" | 4 | .\" |
| 4 | .\" This file is a derived work. | 5 | .\" This file is a derived work. |
| 5 | .\" The changes are covered by the following Copyright and license: | 6 | .\" The changes are covered by the following Copyright and license: |
| @@ -65,7 +66,7 @@ | |||
| 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 67 | .\" | 68 | .\" |
| 68 | .Dd $Mdocdate: June 14 2019 $ | 69 | .Dd $Mdocdate: June 4 2020 $ |
| 69 | .Dt ERR_LOAD_CRYPTO_STRINGS 3 | 70 | .Dt ERR_LOAD_CRYPTO_STRINGS 3 |
| 70 | .Os | 71 | .Os |
| 71 | .Sh NAME | 72 | .Sh NAME |
| @@ -73,6 +74,10 @@ | |||
| 73 | .Nm ERR_free_strings , | 74 | .Nm ERR_free_strings , |
| 74 | .Nm SSL_load_error_strings | 75 | .Nm SSL_load_error_strings |
| 75 | .Nd load and free OpenSSL error strings | 76 | .Nd load and free OpenSSL error strings |
| 77 | .\" The function ERR_load_ERR_strings() is intentionally undocumented | ||
| 78 | .\" because it is merely a subroutine of ERR_load_crypto_strings(3) | ||
| 79 | .\" and should not have been made a part of the API. | ||
| 80 | .\" The same applies to the other ERR_load_*_strings() functions. | ||
| 76 | .Sh SYNOPSIS | 81 | .Sh SYNOPSIS |
| 77 | .In openssl/err.h | 82 | .In openssl/err.h |
| 78 | .Ft void | 83 | .Ft void |
| @@ -102,7 +107,8 @@ If the error strings were already loaded before, no action occurs. | |||
| 102 | frees all previously loaded error strings. | 107 | frees all previously loaded error strings. |
| 103 | .Sh SEE ALSO | 108 | .Sh SEE ALSO |
| 104 | .Xr ERR 3 , | 109 | .Xr ERR 3 , |
| 105 | .Xr ERR_error_string 3 | 110 | .Xr ERR_error_string 3 , |
| 111 | .Xr OPENSSL_config 3 | ||
| 106 | .Sh HISTORY | 112 | .Sh HISTORY |
| 107 | .Fn ERR_load_crypto_strings | 113 | .Fn ERR_load_crypto_strings |
| 108 | and | 114 | and |
