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/PKCS7_encrypt.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/PKCS7_encrypt.pod')
-rw-r--r-- | src/lib/libcrypto/doc/PKCS7_encrypt.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_encrypt.pod b/src/lib/libcrypto/doc/PKCS7_encrypt.pod index 2cd925a7e0..e206684384 100644 --- a/src/lib/libcrypto/doc/PKCS7_encrypt.pod +++ b/src/lib/libcrypto/doc/PKCS7_encrypt.pod | |||
@@ -30,7 +30,7 @@ bit RC2. These can be used by passing EVP_rc2_40_cbc() and EVP_rc2_64_cbc() | |||
30 | respectively. | 30 | respectively. |
31 | 31 | ||
32 | The algorithm passed in the B<cipher> parameter must support ASN1 encoding of | 32 | The algorithm passed in the B<cipher> parameter must support ASN1 encoding of |
33 | its parameters. | 33 | its parameters. |
34 | 34 | ||
35 | Many browsers implement a "sign and encrypt" option which is simply an S/MIME | 35 | Many browsers implement a "sign and encrypt" option which is simply an S/MIME |
36 | envelopedData containing an S/MIME signed message. This can be readily produced | 36 | envelopedData containing an S/MIME signed message. This can be readily produced |
@@ -55,7 +55,7 @@ suitable for streaming I/O: no data is read from the BIO B<in>. | |||
55 | 55 | ||
56 | If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> | 56 | If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> |
57 | complete and outputting its contents via a function that does not | 57 | complete and outputting its contents via a function that does not |
58 | properly finalize the B<PKCS7> structure will give unpredictable | 58 | properly finalize the B<PKCS7> structure will give unpredictable |
59 | results. | 59 | results. |
60 | 60 | ||
61 | Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(), | 61 | Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(), |