diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_PKEY_cmp.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-libressl-v2.3.0.tar.gz openbsd-libressl-v2.3.0.tar.bz2 openbsd-libressl-v2.3.0.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_PKEY_cmp.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_PKEY_cmp.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_PKEY_cmp.pod b/src/lib/libcrypto/doc/EVP_PKEY_cmp.pod index c389216086..7a690247bf 100644 --- a/src/lib/libcrypto/doc/EVP_PKEY_cmp.pod +++ b/src/lib/libcrypto/doc/EVP_PKEY_cmp.pod | |||
| @@ -24,10 +24,10 @@ doesn't use parameters. | |||
| 24 | The function EVP_PKEY_copy_parameters() copies the parameters from key | 24 | The function EVP_PKEY_copy_parameters() copies the parameters from key |
| 25 | B<from> to key B<to>. | 25 | B<from> to key B<to>. |
| 26 | 26 | ||
| 27 | The funcion EVP_PKEY_cmp_parameters() compares the parameters of keys | 27 | The function EVP_PKEY_cmp_parameters() compares the parameters of keys |
| 28 | B<a> and B<b>. | 28 | B<a> and B<b>. |
| 29 | 29 | ||
| 30 | The funcion EVP_PKEY_cmp() compares the public key components and paramters | 30 | The function EVP_PKEY_cmp() compares the public key components and parameters |
| 31 | (if present) of keys B<a> and B<b>. | 31 | (if present) of keys B<a> and B<b>. |
| 32 | 32 | ||
| 33 | =head1 NOTES | 33 | =head1 NOTES |
