/** | |
* \file oid.h | |
* | |
* \brief Object Identifier (OID) values | |
*/ | |
/* | |
* 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 | |
#include "mbedtls/build_info.h" | |
#endif /* oid.h */ |