commit | 2c07bf9375640ff5cd971f9bc94ff60c87f6a1dd | [log] [tgz] |
---|---|---|
author | TRodziewicz <tomasz.rodziewicz@mobica.com> | Wed Apr 21 13:25:25 2021 +0200 |
committer | TRodziewicz <tomasz.rodziewicz@mobica.com> | Wed Apr 21 13:25:25 2021 +0200 |
tree | ead40cda9ec629e99ffd5ada1d1c96a11e882335 | |
parent | a6dacd3f1596c899cc473231599cafe31b846c0c [diff] |
revert the error.h file include in psa_util.c Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/include/mbedtls/psa_util.h b/include/mbedtls/psa_util.h index 1252280..d8449aa 100644 --- a/include/mbedtls/psa_util.h +++ b/include/mbedtls/psa_util.h
@@ -44,6 +44,7 @@ #include "mbedtls/md.h" #include "mbedtls/pk.h" #include "mbedtls/oid.h" +#include "mbedtls/error.h" #include <string.h>