From adc2a0a37a306f738da40a5a46f14e7fc9f1f571 Mon Sep 17 00:00:00 2001 From: jim <> Date: Sun, 4 May 2014 21:46:36 +0000 Subject: Remove trailing whitespace. fine jmc@ --- src/lib/libcrypto/doc/PKCS7_encrypt.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/doc/PKCS7_encrypt.pod') 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() respectively. The algorithm passed in the B parameter must support ASN1 encoding of -its parameters. +its parameters. Many browsers implement a "sign and encrypt" option which is simply an S/MIME 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. If the flag B is set the returned B structure is B complete and outputting its contents via a function that does not -properly finalize the B structure will give unpredictable +properly finalize the B structure will give unpredictable results. Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(), -- cgit v1.2.3-55-g6feb