summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjob <>2021-09-02 21:47:50 +0000
committerjob <>2021-09-02 21:47:50 +0000
commit85941777b4cebd473c07bdc6a1b63738e4b65fa3 (patch)
tree939e9995af604f89b6bc645f12f1e1971983a62b /src/lib
parent72a2a2b96199ec952f498992c7fd808d9e3b40f9 (diff)
downloadopenbsd-85941777b4cebd473c07bdc6a1b63738e4b65fa3.tar.gz
openbsd-85941777b4cebd473c07bdc6a1b63738e4b65fa3.tar.bz2
openbsd-85941777b4cebd473c07bdc6a1b63738e4b65fa3.zip
Unroll ASN1_ITEM_ref()
OK @tb
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/x509/x509_asid.c2
1 files changed, 1 insertions, 1 deletions
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,
806const X509V3_EXT_METHOD v3_asid = { 806const X509V3_EXT_METHOD v3_asid = {
807 NID_sbgp_autonomousSysNum, /* nid */ 807 NID_sbgp_autonomousSysNum, /* nid */
808 0, /* flags */ 808 0, /* flags */
809 ASN1_ITEM_ref(ASIdentifiers), /* template */ 809 &ASIdentifiers_it, /* template */
810 0, 0, 0, 0, /* old functions, ignored */ 810 0, 0, 0, 0, /* old functions, ignored */
811 0, /* i2s */ 811 0, /* i2s */
812 0, /* s2i */ 812 0, /* s2i */