(fix) proper initialization

pull/259/head
Ludovic Marcotte 2019-08-20 07:54:45 -04:00
parent c4198488d7
commit ff33356742
1 changed files with 1 additions and 0 deletions

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);