oops, fix compilation errors in s_server
[openssl.git] / crypto / cms / cms_lcl.h
index 0839ed67300d16c0a9f84d9d011f0c3386acae93..d5a70b466563fbb3ce86387aa9b57c6766fb3598 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