diff options
author | jim <> | 2014-05-04 21:46:36 +0000 |
---|---|---|
committer | jim <> | 2014-05-04 21:46:36 +0000 |
commit | adc2a0a37a306f738da40a5a46f14e7fc9f1f571 (patch) | |
tree | a8892de8fd6e54fc93e929516a1ed1c754ef77fd /src/lib/libcrypto/doc/EVP_VerifyInit.pod | |
parent | c247b29180fe4c94ba872da4fd237eab43c0df48 (diff) | |
download | openbsd-adc2a0a37a306f738da40a5a46f14e7fc9f1f571.tar.gz openbsd-adc2a0a37a306f738da40a5a46f14e7fc9f1f571.tar.bz2 openbsd-adc2a0a37a306f738da40a5a46f14e7fc9f1f571.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 |