Fix warning.
This commit is contained in:
parent
7a412ded50
commit
5762f7778d
@ -74,7 +74,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec)
|
|||||||
X509_ALGOR *calg = ec->contentEncryptionAlgorithm;
|
X509_ALGOR *calg = ec->contentEncryptionAlgorithm;
|
||||||
unsigned char iv[EVP_MAX_IV_LENGTH], *piv = NULL;
|
unsigned char iv[EVP_MAX_IV_LENGTH], *piv = NULL;
|
||||||
unsigned char *tkey = NULL;
|
unsigned char *tkey = NULL;
|
||||||
size_t tkeylen;
|
size_t tkeylen = 0;
|
||||||
|
|
||||||
int ok = 0;
|
int ok = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user