1 /* 2 * Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved. 3 * 4 * Licensed under the Apache License 2.0 (the "License"). You may not use 5 * this file except in compliance with the License. You can obtain a copy 6 * in the file LICENSE in the source distribution or at 7 * https://www.openssl.org/source/license.html 8 */ 9 10 #ifndef OSSL_CRYPTO_X509_X509_ACERT_H 11 # define OSSL_CRYPTO_X509_X509_ACERT_H 12 13 #include <crypto/x509_acert.h> 14 15 # define X509_ACERT_ISSUER_V2 1 16 17 DECLARE_ASN1_ITEM(OSSL_OBJECT_DIGEST_INFO) 18 DECLARE_ASN1_ITEM(OSSL_ISSUER_SERIAL) 19 DECLARE_ASN1_ITEM(X509_ACERT_ISSUER_V2FORM) 20 DECLARE_ASN1_ITEM(X509_ACERT_ISSUER) 21 DECLARE_ASN1_ITEM(X509_HOLDER) 22 #endif 23