Skip to content

Commit 0874eae

Browse files
committed
[nrf noup] include md.h in psa_util.h
Make definitions from md.h available in psa_util.h. This change is re-applied from commit 2cc273b that was reverted to undo some of its changes. This is needed otherwise we get errors regarding missing definitions, e.g. of mbedtls_md_type_t in mbedtls_md_type_from_psa_alg(). Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent b0703a7 commit 0874eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/mbedtls/psa_util.h

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "mbedtls/private_access.h"
1414

1515
#include "mbedtls/build_info.h"
16+
#include "mbedtls/md.h"
1617

1718
#include "psa/crypto.h"
1819

0 commit comments

Comments
 (0)