Add documentation for EVP_CIPHER_fetch
[openssl.git] / doc / man3 / PKCS7_encrypt.pod
index 4e1afc916feb25f8a2fa975a8f3254a8e7df3677..44b985e7be9acd9dd6ba564e661fc5ef505f5dbf 100644 (file)
@@ -8,7 +8,8 @@ PKCS7_encrypt - create a PKCS#7 envelopedData structure
 
  #include <openssl/pkcs7.h>
 
- PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, int flags);
+ PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
+                      int flags);
 
 =head1 DESCRIPTION
 
@@ -80,7 +81,7 @@ The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
 
 Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.