Merge pull request #6568 from mfischer/development

include: mbedtls: Add missing private_access header
This commit is contained in:
Gilles Peskine 2022-11-09 10:18:50 +01:00 committed by GitHub
commit dae43401e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */