From: Josh Soref Date: Sun, 14 May 2017 14:53:54 +0000 (+0000) Subject: mark V_ASN1_PRIMATIVE_TAG as compat X-Git-Tag: OpenSSL_1_1_1-pre1~1344 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=388d679a4fd8a408e7c7c1867cc974cdc977ae63 mark V_ASN1_PRIMATIVE_TAG as compat This incorrectly spelled item exists for compatibility purposes CLA: Trivial Reviewed-by: Richard Levitte Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3460) --- diff --git a/include/openssl/asn1.h b/include/openssl/asn1.h index 9b523f52cf..ea24799690 100644 --- a/include/openssl/asn1.h +++ b/include/openssl/asn1.h @@ -40,7 +40,7 @@ extern "C" { # define V_ASN1_CONSTRUCTED 0x20 # define V_ASN1_PRIMITIVE_TAG 0x1f -# define V_ASN1_PRIMATIVE_TAG 0x1f +# define V_ASN1_PRIMATIVE_TAG /*compat*/ V_ASN1_PRIMITIVE_TAG # define V_ASN1_APP_CHOOSE -2/* let the recipient choose */ # define V_ASN1_OTHER -3/* used in ASN1_TYPE */