summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-22 12:07:06 -0500
committerRich Salz <rsalz@openssl.org>2016-02-23 08:42:03 -0500
commit6b2ebe4332e22b4eb7dd6fadf418e3da7b926ca4 (patch)
tree18fa677c7d0f65b855ce26dac3146cd6863cb1f9 /include
parent893fe73a637cd349b4bd2f39d2d6019e1d7cac18 (diff)
Add PKCS7_NO_DUAL_CONTENT flag
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/pkcs7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/pkcs7.h b/include/openssl/pkcs7.h
index 74f6c9b441..7ca085e523 100644
--- a/include/openssl/pkcs7.h
+++ b/include/openssl/pkcs7.h
@@ -237,6 +237,7 @@ DEFINE_STACK_OF(PKCS7)
# define PKCS7_NOCRL 0x2000
# define PKCS7_PARTIAL 0x4000
# define PKCS7_REUSE_DIGEST 0x8000
+# define PKCS7_NO_DUAL_CONTENT 0x10000
/* Flags: for compatibility with older code */