Skip to content

Commit 12dafec

Browse files
Merge pull request #7149 from dgarske/psa_cryptocb
Remove the PSA restriction to allow use with crypto callbacks
2 parents 2617669 + 111f584 commit 12dafec

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • wolfssl/wolfcrypt/port/psa

wolfssl/wolfcrypt/port/psa/psa.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@
4444

4545
#include <wolfssl/wolfcrypt/types.h>
4646

47-
/* PSA implementation takes over the Sha struct and Sha functions implementation
48-
completely. Devoiding the struct of the DevId field and hooks to make
49-
crypto_cb work. */
50-
#if !defined(WOLFSSL_PSA_NO_HASH) && defined(WOLF_CRYPTO_CB)
51-
#error "WOLFSSL PSA is not supported with WOLF_CRYPTO_CB"
52-
#endif
53-
5447
#if defined(WOLFSSL_HAVE_PSA)
5548

5649
#include <psa/crypto.h>

0 commit comments

Comments
 (0)