From 350e55c704d5fb7a9eac6ee2cdc0ae843463eca7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 4 Dec 2024 20:07:16 +0000 Subject: Use ASIdentifiers rather than struct ASIdentifiers_st This matches the other members of X509 and is what's used everywhere else. ok miod --- src/lib/libcrypto/x509/x509_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: x509_local.h,v 1.32 2024/08/31 10:46:40 tb Exp $ */ +/* $OpenBSD: x509_local.h,v 1.33 2024/12/04 20:07:16 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2013. */ @@ -199,7 +199,7 @@ struct x509_st { NAME_CONSTRAINTS *nc; #ifndef OPENSSL_NO_RFC3779 STACK_OF(IPAddressFamily) *rfc3779_addr; - struct ASIdentifiers_st *rfc3779_asid; + ASIdentifiers *rfc3779_asid; #endif unsigned char hash[X509_CERT_HASH_LEN]; X509_CERT_AUX *aux; -- cgit v1.2.3-55-g6feb