We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2617669 + 111f584 commit 12dafecCopy full SHA for 12dafec
1 file changed
wolfssl/wolfcrypt/port/psa/psa.h
@@ -44,13 +44,6 @@
44
45
#include <wolfssl/wolfcrypt/types.h>
46
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
-
54
#if defined(WOLFSSL_HAVE_PSA)
55
56
#include <psa/crypto.h>
0 commit comments