From: job Date: Thu, 2 Sep 2021 21:47:50 +0000 (+0000) Subject: Unroll ASN1_ITEM_ref() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4dad6263befa6019d6fe78a43d76ae1f9d4ac084;p=openbsd Unroll ASN1_ITEM_ref() OK @tb --- diff --git a/lib/libcrypto/x509/x509_asid.c b/lib/libcrypto/x509/x509_asid.c index f35d5e9cf68..f5b5d86384c 100644 --- a/lib/libcrypto/x509/x509_asid.c +++ b/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 */