Doc nits cleanup, round 2
[openssl.git] / doc / crypto / CMS_encrypt.pod
index 4fc7fd8edc0a88f29e1edd69c6591aae20faa57f..0ed42628c3cf9c6a77faaa9a70c6ff081edde679 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
- CMS_encrypt - create a CMS envelopedData structure
+CMS_encrypt - create a CMS envelopedData structure
 
 =head1 SYNOPSIS
 
@@ -26,7 +26,7 @@ EVP_des_ede3_cbc() (triple DES) is the algorithm of choice for S/MIME use
 because most clients will support it.
 
 The algorithm passed in the B<cipher> 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
@@ -92,8 +92,6 @@ L<ERR_get_error(3)>, L<CMS_decrypt(3)>
 
 The B<CMS_STREAM> flag was first supported in OpenSSL 1.0.0.
 
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.