X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcms%2Fcms.h;fp=crypto%2Fcms%2Fcms.h;h=feddd24fcaf239de7a1c6e5d8e839681c87d7a41;hp=9b32231d70dfba5c0dceae794198417151adb799;hb=852bd35065cd9c92a3c98b5606533e575280a307;hpb=a5db50d005637faba968b4173f2e81f07ebd7469 diff --git a/crypto/cms/cms.h b/crypto/cms/cms.h index 9b32231d70..feddd24fca 100644 --- a/crypto/cms/cms.h +++ b/crypto/cms/cms.h @@ -177,7 +177,7 @@ CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, unsigned int flags); int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, - BIO *data, BIO *dcont, + BIO *dcont, BIO *out, unsigned int flags); int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);