Merge remote-tracking branch 'driver-core/driver-core-next'
[deliverable/linux.git] / crypto / asymmetric_keys / pkcs7_parser.h
index f4e81074f5e098839f037ed78d29cc3c19ba99b1..ac341e19e5303665cfc46daf442f4d94b5615636 100644 (file)
@@ -23,6 +23,7 @@ struct pkcs7_signed_info {
        struct x509_certificate *signer; /* Signing certificate (in msg->certs) */
        unsigned        index;
        bool            unsupported_crypto;     /* T if not usable due to missing crypto */
+       bool            blacklisted;
 
        /* Message digest - the digest of the Content Data (or NULL) */
        const void      *msgdigest;
This page took 0.024566 seconds and 5 git commands to generate.