mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-21 01:17:22 +00:00
Only print PSA crypto sim server messages when DEBUG defined
Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
@@ -19,8 +19,12 @@
|
||||
#include "mbedtls/version.h"
|
||||
#include "psa/crypto.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#define SERVER_PRINT(fmt, ...) \
|
||||
PRINT("Server: " fmt, ##__VA_ARGS__)
|
||||
#else
|
||||
#define SERVER_PRINT(...)
|
||||
#endif
|
||||
|
||||
#define BUF_SIZE 25
|
||||
|
||||
|
||||
Reference in New Issue
Block a user