Make CMS_uncompress() argument order consistent with other functions.
[openssl.git] / crypto / cms / cms_smime.c
index 6f44c84a5f75b5bc2480b46d3f944cb3acdf627c..0910f05019bfea0abf8d14e36d0b4d395f99e57d 100644 (file)
@@ -714,7 +714,7 @@ int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags)
 
 #ifdef ZLIB
 
 
 #ifdef ZLIB
 
-int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
+int CMS_uncompress(CMS_ContentInfo *cms, BIO *out, BIO *dcont,
                                                        unsigned int flags)
        {
        BIO *cont;
                                                        unsigned int flags)
        {
        BIO *cont;