CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2014/06/29 11:05:36

Modified files:
        lib/libssl/src/crypto/pkcs7: bio_pk7.c example.c pk7_asn1.c 
                                     pk7_attr.c pk7_dgst.c pk7_doit.c 
                                     pk7_enc.c pk7_lib.c pk7_mime.c 
                                     pk7_smime.c pkcs7err.c 

Log message:
KNF.

I just spent too long chasing a bug in here and really should have done
this first. Gem of the day... is it an if test or a for loop? No, it is a
super ifloop!

if (!(flags & PKCS7_NOVERIFY)) for (k = 0; k < sk_X509_num(signers); k++) {

Reply via email to