X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcms%2Fcms.h;h=0d1649ab21853154af5a23df8889fd457c692864;hp=4b36a69c4f2981a690535b737f60d8758774dce5;hb=847865d0f9810a2f9c0eb7a5dc5d0c29f50b84ba;hpb=4dce704145d2e197904116378d934516d21f0360 diff --git a/crypto/cms/cms.h b/crypto/cms/cms.h index 4b36a69c4f..0d1649ab21 100644 --- a/crypto/cms/cms.h +++ b/crypto/cms/cms.h @@ -117,6 +117,7 @@ DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo) #define CMS_USE_KEYID 0x10000 #define CMS_DEBUG_DECRYPT 0x20000 #define CMS_KEY_PARAM 0x40000 +#define CMS_ASCIICRLF 0x80000 const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms);