mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
include: mbedtls: Add missing private_access header
This adds a missing private access header. Signed-off-by: Moritz Fischer <moritzf@google.com>
This commit is contained in:
parent
69ae1ee4fe
commit
ab45425623
|
|
@ -30,6 +30,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "mbedtls/private_access.h"
|
||||
#include "mbedtls/build_info.h"
|
||||
|
||||
#define MBEDTLS_ERR_LMS_BAD_INPUT_DATA -0x0011 /**< Bad data has been input to an LMS function */
|
||||
|
|
|
|||
Loading…
Reference in a new issue