Skip to content

Commit

Permalink
Fixed build errors with llvm (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hienthehuynh authored Dec 3, 2024
1 parent 9d351e0 commit 6ed9061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/psa_crypto_slot_management.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#include "mbedtls/threading.h"
#endif

#if defined (MBEDTLS_PSA_CRYPTO_ACCEL_DRV_C)
#include "psa/crypto_accel_driver.h"
#endif


/* Make sure we have distinct ranges of key identifiers for distinct
Expand Down

0 comments on commit 6ed9061

Please # to comment.