diff options
Diffstat (limited to '')
-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 |