aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-05 12:07:48 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-10 12:10:59 +0200
commit64f11ee88883af8995d2991307ff3fb560a96fa6 (patch)
tree0a9428a7b4b854190d4a17feab30f2c3cfbef25f /include/openssl
parentce57ac431964f7692af674fd124103d6fe07af2e (diff)
downloadopenssl-64f11ee88883af8995d2991307ff3fb560a96fa6.tar.gz
Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3126)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/asn1t.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h
index 59b28cf8de..5d2ed43c22 100644
--- a/include/openssl/asn1t.h
+++ b/include/openssl/asn1t.h
@@ -901,6 +901,14 @@ DECLARE_ASN1_ITEM(ASN1_FBOOLEAN)
DECLARE_ASN1_ITEM(ASN1_SEQUENCE)
DECLARE_ASN1_ITEM(CBIGNUM)
DECLARE_ASN1_ITEM(BIGNUM)
+DECLARE_ASN1_ITEM(INT32)
+DECLARE_ASN1_ITEM(ZINT32)
+DECLARE_ASN1_ITEM(UINT32)
+DECLARE_ASN1_ITEM(ZUINT32)
+DECLARE_ASN1_ITEM(INT64)
+DECLARE_ASN1_ITEM(ZINT64)
+DECLARE_ASN1_ITEM(UINT64)
+DECLARE_ASN1_ITEM(ZUINT64)
DECLARE_ASN1_ITEM(LONG)
DECLARE_ASN1_ITEM(ZLONG)