CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2015/07/20 10:48:11

Modified files:
        usr.bin/openssl: pkcs7.c 

Log message:
Remove condition that never happens and fix error handling.

There were two issues here:

1) in == NULL is never true because it's checked above here.
(Fixes Coverity 21705)
2) All error handling is in the if (in == NULL) guard, so effectively
there's no error handling and it continues on.

ok miod@ jsing@

Reply via email to