diff options
| author | schwarze <> | 2019-06-07 19:28:52 +0000 |
|---|---|---|
| committer | schwarze <> | 2019-06-07 19:28:52 +0000 |
| commit | 0055d69882c8483326201e23820aa690a93b5b96 (patch) | |
| tree | 93c68086454fe70402541a07ebf88a302540a80f /src/lib/libcrypto/man/PKCS7_decrypt.3 | |
| parent | 55dd5ad4d307944265e4a5115099b6ebbcbe5eca (diff) | |
| download | openbsd-0055d69882c8483326201e23820aa690a93b5b96.tar.gz openbsd-0055d69882c8483326201e23820aa690a93b5b96.tar.bz2 openbsd-0055d69882c8483326201e23820aa690a93b5b96.zip | |
remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3)
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. |
