mark V_ASN1_PRIMATIVE_TAG as compat
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 14 May 2017 14:53:54 +0000 (14:53 +0000)
committerRich Salz <rsalz@openssl.org>
Fri, 9 Jun 2017 17:14:59 +0000 (13:14 -0400)
This incorrectly spelled item exists for compatibility purposes

CLA: Trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3460)

include/openssl/asn1.h

index 9b523f52cfb0a25e74fb8e1b6df69c7b20b347eb..ea247996903daf63fb4cab4d699f79a95dc46422 100644 (file)
@@ -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 */