mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 05:43:53 +00:00
Merge "fix(encrypt-fw): put build_msg under LOG_LEVEL flag" into integration
This commit is contained in:
commit
fcdab0dc45
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue