diff options
| author | jim <> | 2014-05-04 21:46:36 +0000 |
|---|---|---|
| committer | jim <> | 2014-05-04 21:46:36 +0000 |
| commit | 94b4f752322026bbd9765e2b8084db237af47cd9 (patch) | |
| tree | a8892de8fd6e54fc93e929516a1ed1c754ef77fd /src/lib/libcrypto/doc/EVP_VerifyInit.pod | |
| parent | c5c3edda5f74a18c2b4f5fd26c59daea4e6722b9 (diff) | |
| download | openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.gz openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.bz2 openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.zip | |
Remove trailing whitespace.
fine jmc@
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 |
