(fix) proper initialization

This commit is contained in:
Ludovic Marcotte
2019-08-20 07:54:45 -04:00
parent c4198488d7
commit ff33356742

View File

@@ -104,6 +104,7 @@
ERR_clear_error();
msgBio = BIO_new_mem_buf ((void *) [signedData bytes], [signedData length]);
output = NULL;
p7 = SMIME_read_PKCS7(msgBio, NULL);