commit | 3408d60225313f65c8f2e6b4220ca6a7bb0ae2c9 | [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 | e022938ec77f323fe25eaadfece502188b3bbe82 [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>