Remove SSLeay history, etc., from docs
[openssl.git] / doc / crypto / CMS_uncompress.pod
index 746ea2cb2997437433cf08f47159521b2a15f112..44512a485350de39ae61e77e292182772378aa41 100644 (file)
@@ -8,7 +8,7 @@
 
  #include <openssl/cms.h>
 
 
  #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
 
 
 =head1 DESCRIPTION
 
@@ -45,10 +45,6 @@ mentioned in CMS_verify() also applies to CMS_decompress().
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<ERR_get_error(3)|ERR_get_error(3)>, L<CMS_compress(3)|CMS_compress(3)>
-
-=head1 HISTORY
-
-CMS_uncompress() was added to OpenSSL 0.9.8
+L<ERR_get_error(3)>, L<CMS_compress(3)>
 
 =cut
 
 =cut