1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Update file names in comments

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2025-05-07 19:41:09 +02:00
parent 86b9d3f299
commit b825dcfe2d
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/**
* \file oid.c
* \file x509_oid.c
*
* \brief Object Identifier (OID) database
*

View File

@ -1,5 +1,5 @@
/**
* \file oid.h
* \file x509_oid.h
*
* \brief Object Identifier (OID) database
*/
@ -7,8 +7,8 @@
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*/
#ifndef MBEDTLS_OID_H
#define MBEDTLS_OID_H
#ifndef MBEDTLS_X509_OID_H
#define MBEDTLS_X509_OID_H
#include "mbedtls/private_access.h"
#include "tf-psa-crypto/build_info.h"
@ -692,4 +692,4 @@ int mbedtls_oid_get_pkcs12_pbe_alg(const mbedtls_asn1_buf *oid, mbedtls_md_type_
}
#endif
#endif /* oid.h */
#endif /* x509_oid.h */