mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Add missing include
Fix compilation error when `mbedtls/oid.h` is included without having first included `mbedtls/asn1.h`. Fix #10326 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define MBEDTLS_OID_H
|
||||
|
||||
#include "mbedtls/build_info.h"
|
||||
#include "mbedtls/asn1.h"
|
||||
|
||||
/*
|
||||
* Top level OID tuples
|
||||
|
Reference in New Issue
Block a user