diff options
| author | jsing <> | 2015-07-25 16:14:29 +0000 |
|---|---|---|
| committer | jsing <> | 2015-07-25 16:14:29 +0000 |
| commit | 6c128ec475e69981d949d4ae0a99470980f6028b (patch) | |
| tree | dffb99075c728bf5383eaf10d3139d435daebe11 /src/lib/libcrypto/x509v3/v3_crld.c | |
| parent | ecfdb188f78a1de1018bd9dd4d1120d2b02e13b1 (diff) | |
| download | openbsd-6c128ec475e69981d949d4ae0a99470980f6028b.tar.gz openbsd-6c128ec475e69981d949d4ae0a99470980f6028b.tar.bz2 openbsd-6c128ec475e69981d949d4ae0a99470980f6028b.zip | |
Expand ASN.1 template macros that got missed in the last pass - only change
to generated assembly is due to line numbers.
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_crld.c')
| -rw-r--r-- | src/lib/libcrypto/x509v3/v3_crld.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_crld.c b/src/lib/libcrypto/x509v3/v3_crld.c index 9c4017968d..9055a41289 100644 --- a/src/lib/libcrypto/x509v3/v3_crld.c +++ b/src/lib/libcrypto/x509v3/v3_crld.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: v3_crld.c,v 1.17 2015/07/25 16:00:14 jsing Exp $ */ | 1 | /* $OpenBSD: v3_crld.c,v 1.18 2015/07/25 16:14:29 jsing Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -390,7 +390,13 @@ static const ASN1_TEMPLATE DIST_POINT_NAME_ch_tt[] = { | |||
| 390 | .field_name = "name.fullname", | 390 | .field_name = "name.fullname", |
| 391 | .item = &GENERAL_NAME_it, | 391 | .item = &GENERAL_NAME_it, |
| 392 | }, | 392 | }, |
| 393 | ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1) | 393 | { |
| 394 | .flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF, | ||
| 395 | .tag = 1, | ||
| 396 | .offset = offsetof(DIST_POINT_NAME, name.relativename), | ||
| 397 | .field_name = "name.relativename", | ||
| 398 | .item = &X509_NAME_ENTRY_it, | ||
| 399 | }, | ||
| 394 | }; | 400 | }; |
| 395 | 401 | ||
| 396 | const ASN1_ITEM DIST_POINT_NAME_it = { | 402 | const ASN1_ITEM DIST_POINT_NAME_it = { |
