diff options
author | schwarze <> | 2023-11-16 20:27:43 +0000 |
---|---|---|
committer | schwarze <> | 2023-11-16 20:27:43 +0000 |
commit | c6a53967a0008fba21f8effe5960629cad4d4572 (patch) | |
tree | 0aec11ec417dd5cf0dbbc1c21928ae547bc3986e /src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | |
parent | 21c26388f56718f5319b42c16da8ba45dfa49365 (diff) | |
download | openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.tar.gz openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.tar.bz2 openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.zip |
Mention which functions are implemented as macros in the few cases
where that information was missing.
Diffstat (limited to 'src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3')
-rw-r--r-- | src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 index 0c4112087a..4aeef4f084 100644 --- a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 +++ b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.14 2023/09/10 14:39:58 schwarze Exp $ | 1 | .\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.15 2023/11/16 20:27:43 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 | 2 | .\" full merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@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: September 10 2023 $ | 51 | .Dd $Mdocdate: November 16 2023 $ |
52 | .Dt OPENSSL_ADD_ALL_ALGORITHMS 3 | 52 | .Dt OPENSSL_ADD_ALL_ALGORITHMS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -117,6 +117,11 @@ including any that are unrelated to the EVP library. | |||
117 | .Fn SSLeay_add_all_algorithms | 117 | .Fn SSLeay_add_all_algorithms |
118 | is a deprecated alias for | 118 | is a deprecated alias for |
119 | .Fn OpenSSL_add_all_algorithms . | 119 | .Fn OpenSSL_add_all_algorithms . |
120 | .Pp | ||
121 | .Fn OpenSSL_add_all_algorithms | ||
122 | and | ||
123 | .Fn SSLeay_add_all_algorithms | ||
124 | are implemented as macros. | ||
120 | .Sh SEE ALSO | 125 | .Sh SEE ALSO |
121 | .Xr evp 3 , | 126 | .Xr evp 3 , |
122 | .Xr EVP_add_cipher 3 , | 127 | .Xr EVP_add_cipher 3 , |