From 85941777b4cebd473c07bdc6a1b63738e4b65fa3 Mon Sep 17 00:00:00 2001 From: job <> Date: Thu, 2 Sep 2021 21:47:50 +0000 Subject: Unroll ASN1_ITEM_ref() OK @tb --- src/lib/libcrypto/x509/x509_asid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index f35d5e9cf6..f5b5d86384 100644 --- a/src/lib/libcrypto/x509/x509_asid.c +++ b/src/lib/libcrypto/x509/x509_asid.c @@ -806,7 +806,7 @@ static void *v2i_ASIdentifiers(const struct v3_ext_method *method, const X509V3_EXT_METHOD v3_asid = { NID_sbgp_autonomousSysNum, /* nid */ 0, /* flags */ - ASN1_ITEM_ref(ASIdentifiers), /* template */ + &ASIdentifiers_it, /* template */ 0, 0, 0, 0, /* old functions, ignored */ 0, /* i2s */ 0, /* s2i */ -- cgit v1.2.3-55-g6feb