Skip to content

Commit

Permalink
backport linkage fix from upstream ARMmbed/mbedtls
Browse files Browse the repository at this point in the history
See bugfix report in changelog:

Mbed-TLS/mbedtls@1905a24
  • Loading branch information
cbeck88 committed Sep 2, 2021
1 parent 4ab09e0 commit ce4cf3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mbedtls-sys/vendor/library/psa_crypto_driver_wrappers.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include "psa_crypto_driver_wrappers.h"
#include "mbedtls/platform.h"

#if defined(MBEDTLS_PSA_CRYPTO_C)

#if defined(MBEDTLS_PSA_CRYPTO_DRIVERS)

/* Include test driver definition when running tests */
Expand Down Expand Up @@ -1067,3 +1069,5 @@ psa_status_t psa_driver_wrapper_cipher_abort(
}

/* End of automatically generated file. */

#endif /* MBEDTLS_PSA_CRYPTO_C */

0 comments on commit ce4cf3e

Please sign in to comment.