diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_VerifyInit.pod')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_VerifyInit.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_VerifyInit.pod b/src/lib/libcrypto/doc/EVP_VerifyInit.pod index 9097f09410..0ffb0a8077 100644 --- a/src/lib/libcrypto/doc/EVP_VerifyInit.pod +++ b/src/lib/libcrypto/doc/EVP_VerifyInit.pod | |||
@@ -51,7 +51,7 @@ transparent to the algorithm used and much more flexible. | |||
51 | 51 | ||
52 | Due to the link between message digests and public key algorithms the correct | 52 | Due to the link between message digests and public key algorithms the correct |
53 | digest algorithm must be used with the correct public key type. A list of | 53 | digest algorithm must be used with the correct public key type. A list of |
54 | algorithms and associated public key algorithms appears in | 54 | algorithms and associated public key algorithms appears in |
55 | L<EVP_DigestInit(3)|EVP_DigestInit(3)>. | 55 | L<EVP_DigestInit(3)|EVP_DigestInit(3)>. |
56 | 56 | ||
57 | The call to EVP_VerifyFinal() internally finalizes a copy of the digest context. | 57 | The call to EVP_VerifyFinal() internally finalizes a copy of the digest context. |
@@ -64,7 +64,7 @@ will occur. | |||
64 | 64 | ||
65 | =head1 BUGS | 65 | =head1 BUGS |
66 | 66 | ||
67 | Older versions of this documentation wrongly stated that calls to | 67 | Older versions of this documentation wrongly stated that calls to |
68 | EVP_VerifyUpdate() could not be made after calling EVP_VerifyFinal(). | 68 | EVP_VerifyUpdate() could not be made after calling EVP_VerifyFinal(). |
69 | 69 | ||
70 | Since the public key is passed in the call to EVP_SignFinal() any error | 70 | Since the public key is passed in the call to EVP_SignFinal() any error |