commit | e23a6938730d7694f8d6af29055e3e304673e495 | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@arm.com> | Tue Feb 26 10:06:34 2019 +0000 |
committer | GitHub <noreply@github.com> | Tue Feb 26 10:06:34 2019 +0000 |
tree | d13425410c8c82748429180963cc75a906f5cbfc | |
parent | bf61ca7a0429ae81adfa82d1bbee4e58e3f6ecef [diff] | |
parent | 81cefed27ffcffa1e40ae0aaedf42496a7acd4eb [diff] |
Merge pull request #70 from Patater/include-platform-util psa: Explicitly include platform_util.h
diff --git a/include/psa/crypto_extra.h b/include/psa/crypto_extra.h index 86d9954..5dd4789 100644 --- a/include/psa/crypto_extra.h +++ b/include/psa/crypto_extra.h
@@ -30,6 +30,8 @@ #ifndef PSA_CRYPTO_EXTRA_H #define PSA_CRYPTO_EXTRA_H +#include "mbedtls/platform_util.h" + #ifdef __cplusplus extern "C" { #endif