summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cms/cms_lcl.h')
-rw-r--r--src/lib/libcrypto/cms/cms_lcl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cms/cms_lcl.h b/src/lib/libcrypto/cms/cms_lcl.h
index a8ccaf4488..8083e5537d 100644
--- a/src/lib/libcrypto/cms/cms_lcl.h
+++ b/src/lib/libcrypto/cms/cms_lcl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_lcl.h,v 1.11 2019/08/11 10:26:04 jsing Exp $ */ 1/* $OpenBSD: cms_lcl.h,v 1.12 2019/10/04 18:03:56 tb Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -170,6 +170,8 @@ struct CMS_EncryptedContentInfo_st {
170 size_t keylen; 170 size_t keylen;
171 /* Set to 1 if we are debugging decrypt and don't fake keys for MMA */ 171 /* Set to 1 if we are debugging decrypt and don't fake keys for MMA */
172 int debug; 172 int debug;
173 /* Set to 1 if we have no cert and need exta safety measures for MMA */
174 int havenocert;
173}; 175};
174 176
175struct CMS_RecipientInfo_st { 177struct CMS_RecipientInfo_st {