Gilles Peskine | f9ca8ed | 2025-05-07 20:10:35 +0200 | [diff] [blame^] | 1 | /** |
2 | * \file oid.h | ||||
3 | * | ||||
4 | * \brief Object Identifier (OID) values | ||||
5 | */ | ||||
6 | /* | ||||
7 | * Copyright The Mbed TLS Contributors | ||||
8 | * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later | ||||
9 | */ | ||||
10 | #ifndef MBEDTLS_OID_H | ||||
11 | #define MBEDTLS_OID_H | ||||
12 | |||||
13 | #include "mbedtls/build_info.h" | ||||
14 | |||||
15 | |||||
16 | #endif /* oid.h */ |