diff options
Diffstat (limited to 'src/lib/libcrypto/man/CMS_uncompress.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_uncompress.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_uncompress.3 b/src/lib/libcrypto/man/CMS_uncompress.3 index d93c49c20e..ed2172521e 100644 --- a/src/lib/libcrypto/man/CMS_uncompress.3 +++ b/src/lib/libcrypto/man/CMS_uncompress.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_uncompress.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_uncompress.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: 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: August 18 2019 $ | 51 | .Dd $Mdocdate: November 2 2019 $ |
52 | .Dt CMS_UNCOMPRESS 3 | 52 | .Dt CMS_UNCOMPRESS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -106,7 +106,7 @@ RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS) | |||
106 | .Fn CMS_uncompress | 106 | .Fn CMS_uncompress |
107 | first appeared in OpenSSL 0.9.8h | 107 | first appeared in OpenSSL 0.9.8h |
108 | and has been available since | 108 | and has been available since |
109 | .Ox 6.6 . | 109 | .Ox 6.7 . |
110 | .Sh BUGS | 110 | .Sh BUGS |
111 | The lack of single pass processing and the need to hold all data in | 111 | The lack of single pass processing and the need to hold all data in |
112 | memory as mentioned in | 112 | memory as mentioned in |