diff options
author | tb <> | 2024-12-04 20:07:16 +0000 |
---|---|---|
committer | tb <> | 2024-12-04 20:07:16 +0000 |
commit | 6d0523e68fba1ef7e822b40636da3851a2f7d12c (patch) | |
tree | 5629bd5a7f10efaba24a588ee9abe7ddf42c8e51 /src | |
parent | 77b230abfab8f172a633dd2e217f23da030bc03a (diff) | |
download | openbsd-6d0523e68fba1ef7e822b40636da3851a2f7d12c.tar.gz openbsd-6d0523e68fba1ef7e822b40636da3851a2f7d12c.tar.bz2 openbsd-6d0523e68fba1ef7e822b40636da3851a2f7d12c.zip |
Use ASIdentifiers rather than struct ASIdentifiers_st
This matches the other members of X509 and is what's used everywhere else.
ok miod
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index bb64729b3c..e4d4b4ddd0 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_local.h,v 1.32 2024/08/31 10:46:40 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.33 2024/12/04 20:07:16 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 2013. | 3 | * project 2013. |
4 | */ | 4 | */ |
@@ -199,7 +199,7 @@ struct x509_st { | |||
199 | NAME_CONSTRAINTS *nc; | 199 | NAME_CONSTRAINTS *nc; |
200 | #ifndef OPENSSL_NO_RFC3779 | 200 | #ifndef OPENSSL_NO_RFC3779 |
201 | STACK_OF(IPAddressFamily) *rfc3779_addr; | 201 | STACK_OF(IPAddressFamily) *rfc3779_addr; |
202 | struct ASIdentifiers_st *rfc3779_asid; | 202 | ASIdentifiers *rfc3779_asid; |
203 | #endif | 203 | #endif |
204 | unsigned char hash[X509_CERT_HASH_LEN]; | 204 | unsigned char hash[X509_CERT_HASH_LEN]; |
205 | X509_CERT_AUX *aux; | 205 | X509_CERT_AUX *aux; |