diff options
Diffstat (limited to 'src/lib/libcrypto/man/PKCS7_decrypt.3')
-rw-r--r-- | src/lib/libcrypto/man/PKCS7_decrypt.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_decrypt.3 b/src/lib/libcrypto/man/PKCS7_decrypt.3 index b92e9f3af6..d86b6e4125 100644 --- a/src/lib/libcrypto/man/PKCS7_decrypt.3 +++ b/src/lib/libcrypto/man/PKCS7_decrypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PKCS7_decrypt.3,v 1.8 2019/06/06 01:06:58 schwarze Exp $ | 1 | .\" $OpenBSD: PKCS7_decrypt.3,v 1.9 2019/06/07 19:28:52 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: June 6 2019 $ | 51 | .Dd $Mdocdate: June 7 2019 $ |
52 | .Dt PKCS7_DECRYPT 3 | 52 | .Dt PKCS7_DECRYPT 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -78,10 +78,6 @@ to write the content to and | |||
78 | .Fa flags | 78 | .Fa flags |
79 | is an optional set of flags. | 79 | is an optional set of flags. |
80 | .Pp | 80 | .Pp |
81 | .Xr OpenSSL_add_all_algorithms 3 | ||
82 | (or equivalent) should be called before using this function or errors | ||
83 | about unknown algorithms will occur. | ||
84 | .Pp | ||
85 | Although the recipient's certificate is not needed to decrypt the data, | 81 | Although the recipient's certificate is not needed to decrypt the data, |
86 | it is needed to locate the appropriate recipients | 82 | it is needed to locate the appropriate recipients |
87 | in the PKCS#7 structure. | 83 | in the PKCS#7 structure. |