Merge "fix(encrypt-fw): put build_msg under LOG_LEVEL flag" into integration

This commit is contained in:
Manish Pandey 2024-12-16 21:09:11 +01:00 committed by TrustedFirmware Code Review
commit fcdab0dc45

View file

@ -26,7 +26,9 @@
/* Global options */
#if LOG_LEVEL >= LOG_LEVEL_NOTICE
static const char build_msg[] = "Built : " __TIME__ ", " __DATE__;
#endif
static char *key_algs_str[] = {
[KEY_ALG_GCM] = "gcm",