Make CMS_uncompress() argument order consistent with other functions.
[openssl.git] / doc / crypto / CMS_uncompress.pod
index c6056b027da584a0277facac4965182f7d79b2a9..746ea2cb2997437433cf08f47159521b2a15f112 100644 (file)
@@ -8,7 +8,7 @@
 
  #include <openssl/cms.h>
 
 
  #include <openssl/cms.h>
 
- 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
 
 
 =head1 DESCRIPTION