aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-05-14 14:53:54 +0000
committerRich Salz <rsalz@openssl.org>2017-06-09 13:14:59 -0400
commit388d679a4fd8a408e7c7c1867cc974cdc977ae63 (patch)
tree750fe75fcf8e6b6b9fbcacb2bd84be10481d355d
parentf464f9c04bf3b26c22e9c386cb5d1700000c8e7e (diff)
downloadopenssl-388d679a4fd8a408e7c7c1867cc974cdc977ae63.tar.gz
mark V_ASN1_PRIMATIVE_TAG as compat
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)
-rw-r--r--include/openssl/asn1.h2
1 files changed, 1 insertions, 1 deletions
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 */