Rename INIT funtions, deprecate old ones.
[openssl.git] / doc / crypto / PKCS7_decrypt.pod
index 9bb367d8004852e91274d441a13e403737b2de08..90cf5062f14fc17572f9ff89f613bb1384d72785 100644 (file)
@@ -19,9 +19,6 @@ B<flags> is an optional set of flags.
 
 =head1 NOTES
 
-OpenSSL_add_all_algorithms() (or equivalent) should be called before using this
-function or errors about unknown algorithms will occur.
-
 Although the recipients certificate is not needed to decrypt the data it is needed
 to locate the appropriate (of possible several) recipients in the PKCS#7 structure.
 
@@ -48,8 +45,4 @@ mentioned in PKCS7_sign() also applies to PKCS7_verify().
 
 L<ERR_get_error(3)>, L<PKCS7_encrypt(3)>
 
-=head1 HISTORY
-
-PKCS7_decrypt() was added to OpenSSL 0.9.5
-
 =cut