summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-11-22 21:38:18 +0000
committerjmc <jmc@openbsd.org>2016-11-22 21:38:18 +0000
commit0df4f61c8253267ff232f36e42af8352fb8f6bff (patch)
treef109c10f8f864d84da1f9137a9054a16f32655f1 /lib/libcrypto/man/OpenSSL_add_all_algorithms.3
parentFold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h). (diff)
downloadwireguard-openbsd-0df4f61c8253267ff232f36e42af8352fb8f6bff.tar.xz
wireguard-openbsd-0df4f61c8253267ff232f36e42af8352fb8f6bff.zip
various cleanup;
Diffstat (limited to '')
-rw-r--r--lib/libcrypto/man/OpenSSL_add_all_algorithms.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
index 26910d45b00..7a31b9d1e8d 100644
--- a/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
+++ b/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
+.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.3 2016/11/22 21:38:18 jmc Exp $
.\"
-.Dd $Mdocdate: November 6 2016 $
+.Dd $Mdocdate: November 22 2016 $
.Dt OPENSSL_ADD_ALL_ALGORITHMS 3
.Os
.Sh NAME
@@ -21,7 +21,7 @@
.Fn EVP_cleanup void
.Sh DESCRIPTION
OpenSSL keeps an internal table of digest algorithms and ciphers.
-It uses this table to lookup ciphers via functions such as
+It uses this table to look up ciphers via functions such as
.Xr EVP_get_cipherbyname 3 .
.Pp
.Fn OpenSSL_add_all_algorithms
@@ -47,7 +47,7 @@ An application does not need to add algorithms to use them explicitly,
for example by
.Xr EVP_sha1 3 .
It just needs to add them if it (or any of the functions it calls) needs
-to lookup algorithms.
+to look up algorithms.
.Pp
The cipher and digest lookup functions are used in many parts of the
library.