X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FPKCS7_decrypt.pod;h=4ed8aa77fa4e733948a09a25403484f7fbcf895a;hp=71313b80ff2f6f05d4965bc5a736d4768796ed6b;hb=1931a04c66f839bbf991297de6a24a0bff74bead;hpb=a528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9 diff --git a/doc/crypto/PKCS7_decrypt.pod b/doc/crypto/PKCS7_decrypt.pod index 71313b80ff..4ed8aa77fa 100644 --- a/doc/crypto/PKCS7_decrypt.pod +++ b/doc/crypto/PKCS7_decrypt.pod @@ -19,9 +19,6 @@ B is an optional set of flags. =head1 NOTES -OpenSSL_add_all_algorithms() (or equivalent) should be called before using this -function or errors about unknown algorithms will occur. - Although the recipients certificate is not needed to decrypt the data it is needed to locate the appropriate (of possible several) recipients in the PKCS#7 structure. @@ -48,4 +45,13 @@ mentioned in PKCS7_sign() also applies to PKCS7_verify(). L, L +=head1 COPYRIGHT + +Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (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. + =cut