diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-14 14:49:10 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-14 14:49:10 +0000 |
commit | b2c8d2dd54afe41a52c5cbd921b4fdd23b2f65a6 (patch) | |
tree | bcb61c30f4751c916029449c1a54e9c2b1b303af /lib/libcrypto | |
parent | c5fc232d176969597f56dbc262dc821277c15768 (diff) |
Zap trailing whitespace
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/EVP_PKEY_check.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/EVP_PKEY_check.3 b/lib/libcrypto/man/EVP_PKEY_check.3 index 0d7688dd984..5a78e3512e0 100644 --- a/lib/libcrypto/man/EVP_PKEY_check.3 +++ b/lib/libcrypto/man/EVP_PKEY_check.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_check.3,v 1.1 2022/07/13 19:10:40 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_check.3,v 1.2 2022/07/14 14:49:09 tb Exp $ .\" .\" Copyright (c) 2022 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 13 2022 $ +.Dd $Mdocdate: July 14 2022 $ .Dt EVP_PKEY_CHECK 3 .Os .Sh NAME @@ -60,8 +60,8 @@ not supported, return value \-2 .El .Pp .Fn EVP_PKEY_public_check -performs various sanity checks on the public key contained in -.Fa ctx +performs various sanity checks on the public key contained in +.Fa ctx but only supports a small number of key types by default. It preferably uses the function .Fa public_check |