diff options
Diffstat (limited to 'src/lib/libcrypto/man/CMS_uncompress.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_uncompress.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_uncompress.3 b/src/lib/libcrypto/man/CMS_uncompress.3 index 50926b7358..1b99e72d28 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.3 2019/08/10 23:41:22 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_uncompress.3,v 1.4 2019/08/11 12:46:38 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 10 2019 $ | 51 | .Dd $Mdocdate: August 11 2019 $ |
52 | .Dt CMS_UNCOMPRESS 3 | 52 | .Dt CMS_UNCOMPRESS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -102,7 +102,9 @@ The error can be obtained from | |||
102 | .Xr CMS_compress 3 | 102 | .Xr CMS_compress 3 |
103 | .Sh HISTORY | 103 | .Sh HISTORY |
104 | .Fn CMS_uncompress | 104 | .Fn CMS_uncompress |
105 | was added to OpenSSL 0.9.8. | 105 | first appeared in OpenSSL 0.9.8h |
106 | and has been available since | ||
107 | .Ox 6.6 . | ||
106 | .Sh BUGS | 108 | .Sh BUGS |
107 | The lack of single pass processing and the need to hold all data in | 109 | The lack of single pass processing and the need to hold all data in |
108 | memory as mentioned in | 110 | memory as mentioned in |