Skip to content

Commit 55f1ebb

Browse files
smcmahonibmrobindubeyibm
authored andcommitted
GenSig error message
Signed-off-by: Robin Dubey <[email protected]>
1 parent 4405957 commit 55f1ebb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

icc/extsig.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,9 @@ static int GenSig(FILE *fin, unsigned char *sigout, EVP_PKEY *key, long pos) {
626626
}
627627
EVP_MD_CTX_free(md_ctx);
628628
}
629+
else {
630+
printf("EVP error\n");
631+
}
629632
fseek(fin, pos, SEEK_SET);
630633
}
631634
return (int)signL;

0 commit comments

Comments
 (0)