commit | dae43401e13b3e3b9602d3a81c27a4842bdeda29 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <gilles.peskine@arm.com> | Wed Nov 09 10:18:50 2022 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 09 10:18:50 2022 +0100 |
tree | 89a54e93b6a6e723994be334c88ddc90163b3732 | |
parent | 69ae1ee4feaff9bc7e3a98ac019bde8096a9a14d [diff] | |
parent | ab45425623fa487e423070df499017e65a210c0a [diff] |
Merge pull request #6568 from mfischer/development include: mbedtls: Add missing private_access header
diff --git a/include/mbedtls/lms.h b/include/mbedtls/lms.h index 5e03d9b..fe87d40 100644 --- a/include/mbedtls/lms.h +++ b/include/mbedtls/lms.h
@@ -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 */