Skip to content

Commit

Permalink
[crypto] PSA API: Disable PSA for POSIX
Browse files Browse the repository at this point in the history
  • Loading branch information
LuDuda committed Feb 9, 2025
1 parent 5ef0c33 commit 4f452bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/posix/platform/openthread-core-posix-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,7 @@
#endif

#ifndef OPENTHREAD_CONFIG_CRYPTO_LIB
#define OPENTHREAD_CONFIG_CRYPTO_LIB OPENTHREAD_CONFIG_CRYPTO_LIB_PSA
#endif

#ifndef OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE
#define OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE 1
#define OPENTHREAD_CONFIG_CRYPTO_LIB OPENTHREAD_CONFIG_CRYPTO_LIB_MBEDTLS
#endif

#ifndef OPENTHREAD_CONFIG_MAX_STATECHANGE_HANDLERS
Expand Down

0 comments on commit 4f452bd

Please sign in to comment.