Revert argument swap change... oops CMS_uncompress() was consistent...
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <openssl/cms.h>
|
||||
|
||||
int CMS_uncompress(CMS_ContentInfo *cms, BIO *out, BIO *dcont, unsigned int flags);
|
||||
int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
Reference in New Issue
Block a user