diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/x509/ext_dat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/ext_dat.h b/src/lib/libcrypto/x509/ext_dat.h index 53f8eb94e8..18d60b761d 100644 --- a/src/lib/libcrypto/x509/ext_dat.h +++ b/src/lib/libcrypto/x509/ext_dat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ext_dat.h,v 1.2 2021/09/02 12:41:44 job Exp $ */ | 1 | /* $OpenBSD: ext_dat.h,v 1.3 2021/09/02 21:27:26 job 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 | */ |
@@ -72,7 +72,7 @@ extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc; | |||
72 | extern X509V3_EXT_METHOD v3_crl_hold, v3_pci; | 72 | extern X509V3_EXT_METHOD v3_crl_hold, v3_pci; |
73 | extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints; | 73 | extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints; |
74 | extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp, v3_idp; | 74 | extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp, v3_idp; |
75 | extern X509V3_EXT_METHOD v3_addr, v3_asid; | 75 | extern const X509V3_EXT_METHOD v3_addr, v3_asid; |
76 | 76 | ||
77 | /* This table will be searched using OBJ_bsearch so it *must* kept in | 77 | /* This table will be searched using OBJ_bsearch so it *must* kept in |
78 | * order of the ext_nid values. | 78 | * order of the ext_nid values. |