mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-25 22:56:35 +08:00
Create a public header file for OID values
This will be a subset of the former `<mbedtls/oid.h>`, with only macro definitions, no function declarations. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
71ccc723cd
commit
f9ca8ed9dd
16
include/mbedtls/oid.h
Normal file
16
include/mbedtls/oid.h
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/**
|
||||||
|
* \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 */
|
Loading…
x
Reference in New Issue
Block a user