diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1t.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/asn1t.h b/src/lib/libcrypto/asn1/asn1t.h index 22cde48669..a7e98ee65c 100644 --- a/src/lib/libcrypto/asn1/asn1t.h +++ b/src/lib/libcrypto/asn1/asn1t.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: asn1t.h,v 1.24 2024/07/08 16:24:22 beck Exp $ */ | 1 | /* $OpenBSD: asn1t.h,v 1.25 2026/01/07 10:18:35 tb 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 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -430,13 +430,12 @@ extern "C" { | |||
| 430 | #define ASN1_ADB(name) \ | 430 | #define ASN1_ADB(name) \ |
| 431 | static const ASN1_ADB_TABLE name##_adbtbl[] | 431 | static const ASN1_ADB_TABLE name##_adbtbl[] |
| 432 | 432 | ||
| 433 | 433 | /* In 5b70372d OpenSSL added adb_cb. Ignore this until someone complains. */ | |
| 434 | #define ASN1_ADB_END(name, flags, field, app_table, def, none) \ | 434 | #define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ |
| 435 | ;\ | 435 | ;\ |
| 436 | static const ASN1_ADB name##_adb = {\ | 436 | static const ASN1_ADB name##_adb = {\ |
| 437 | flags,\ | 437 | flags,\ |
| 438 | offsetof(name, field),\ | 438 | offsetof(name, field),\ |
| 439 | app_table,\ | ||
| 440 | name##_adbtbl,\ | 439 | name##_adbtbl,\ |
| 441 | sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\ | 440 | sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\ |
| 442 | def,\ | 441 | def,\ |
