mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-24 05:00:45 -04: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:
parent
8b006ce95f
commit
1b4bfdf554
@ -11,6 +11,7 @@
|
||||
#define MBEDTLS_OID_H
|
||||
|
||||
#include "mbedtls/build_info.h"
|
||||
#include "mbedtls/asn1.h"
|
||||
|
||||
/*
|
||||
* Top level OID tuples
|
||||
|
Loading…
x
Reference in New Issue
Block a user