commit | d55d66f5ece087c4e3ec0706c2b2e63e394662d8 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Jun 20 10:14:58 2023 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jul 06 12:47:28 2023 +0200 |
tree | 2542457927708db6b090a57eb7c24e5824b3dc00 | |
parent | abfe640864fc041e16f09356cf049a3c113532fa [diff] [blame] |
Fix missing includes Some files relied on psa_util.h to provide the includes they need. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 325bb09..a16198f 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -24,6 +24,8 @@ #include "mbedtls/build_info.h" +#include "mbedtls/error.h" + #include "mbedtls/ssl.h" #include "mbedtls/cipher.h"