From 92269b457e9f11636c423229dcb974353c13d942 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 22 Nov 2016 21:38:18 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3') diff --git a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 index 26910d45b0..7a31b9d1e8 100644 --- a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 +++ b/src/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. -- cgit v1.2.3-55-g6feb