mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-07 02:39:57 +00:00
Unfortunately, we had two files named oid.h - one in the main repo, and one in the tf-psa-crypto repo, and these files included the mbedtls one, so I restored the header include
Signed-off-by: Anton Matkin <[email protected]>
This commit is contained in:
@@ -30,7 +30,7 @@ int main(void)
|
||||
|
||||
#include "mbedtls/x509_crt.h"
|
||||
#include "mbedtls/x509_csr.h"
|
||||
#include "mbedtls/private/oid.h"
|
||||
#include "mbedtls/oid.h"
|
||||
#include "mbedtls/private/entropy.h"
|
||||
#include "mbedtls/private/ctr_drbg.h"
|
||||
#include "mbedtls/error.h"
|
||||
|
||||
Reference in New Issue
Block a user