diff options
| author | job <> | 2021-09-02 21:47:50 +0000 |
|---|---|---|
| committer | job <> | 2021-09-02 21:47:50 +0000 |
| commit | bc45016d90bc7c94c8c5358acacd475d210bd576 (patch) | |
| tree | 939e9995af604f89b6bc645f12f1e1971983a62b /src | |
| parent | 3cf4ca1b9e041620ea8ada792940d38725619e19 (diff) | |
| download | openbsd-bc45016d90bc7c94c8c5358acacd475d210bd576.tar.gz openbsd-bc45016d90bc7c94c8c5358acacd475d210bd576.tar.bz2 openbsd-bc45016d90bc7c94c8c5358acacd475d210bd576.zip | |
Unroll ASN1_ITEM_ref()
OK @tb
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_asid.c | 2 |
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, | |||
| 806 | const X509V3_EXT_METHOD v3_asid = { | 806 | const 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 */ |
