summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-11 17:34:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-11 17:34:13 +0000
commit529d329ce10946137c096dc0e4e8965e04a1424f (patch)
treec809d0f64006825481717f30a458ce654e7cc56f /doc
parent47a6d388c71e5021a172520ef2fc04ffa9f706e7 (diff)
Make CMS_uncompress() argument order consistent with other functions.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/CMS_uncompress.pod2
1 files changed, 1 insertions, 1 deletions
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 <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