blob: 27ea58024ecbafe58e1a1090bbb2af857b17e1a2 [file] [log] [blame]
Gilles Peskinef9ca8ed2025-05-07 20:10:35 +02001/**
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 */