summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_encrypt.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 21:46:36 +0000
committerjim <>2014-05-04 21:46:36 +0000
commitadc2a0a37a306f738da40a5a46f14e7fc9f1f571 (patch)
treea8892de8fd6e54fc93e929516a1ed1c754ef77fd /src/lib/libcrypto/doc/PKCS7_encrypt.pod
parentc247b29180fe4c94ba872da4fd237eab43c0df48 (diff)
downloadopenbsd-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.pod4
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()
30respectively. 30respectively.
31 31
32The algorithm passed in the B<cipher> parameter must support ASN1 encoding of 32The algorithm passed in the B<cipher> parameter must support ASN1 encoding of
33its parameters. 33its parameters.
34 34
35Many browsers implement a "sign and encrypt" option which is simply an S/MIME 35Many browsers implement a "sign and encrypt" option which is simply an S/MIME
36envelopedData containing an S/MIME signed message. This can be readily produced 36envelopedData 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
56If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> 56If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>
57complete and outputting its contents via a function that does not 57complete and outputting its contents via a function that does not
58properly finalize the B<PKCS7> structure will give unpredictable 58properly finalize the B<PKCS7> structure will give unpredictable
59results. 59results.
60 60
61Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(), 61Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(),