From 529d329ce10946137c096dc0e4e8965e04a1424f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 11 Apr 2008 17:34:13 +0000 Subject: Make CMS_uncompress() argument order consistent with other functions. --- doc/crypto/CMS_uncompress.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/crypto/CMS_uncompress.pod b/doc/crypto/CMS_uncompress.pod index c6056b027d..746ea2cb29 100644 --- a/doc/crypto/CMS_uncompress.pod +++ b/doc/crypto/CMS_uncompress.pod @@ -8,7 +8,7 @@ #include - int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags); + int CMS_uncompress(CMS_ContentInfo *cms, BIO *out, BIO *dcont, unsigned int flags); =head1 DESCRIPTION -- cgit v1.2.3