fix error code
[oweals/openssl.git] / crypto / cms / cms_lcl.h
index c8ecfa724a4ecd13e7d1d30a1e293c1cd6e06509..2d8f54b1b67260cb15a9a1b6668cbc1963d14c77 100644 (file)
@@ -175,6 +175,8 @@ struct CMS_EncryptedContentInfo_st
        const EVP_CIPHER *cipher;
        unsigned char *key;
        size_t keylen;
+       /* Set to 1 if we are debugging decrypt and don't fake keys for MMA */
+       int debug;
        };
 
 struct CMS_RecipientInfo_st