commit | cc509bdb7e4e0c6df228da71ae1bc86b1717ba3b | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Tue Sep 28 20:41:03 2021 +0100 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 28 20:00:58 2021 +0000 |
tree | 233e576fb69b46a6cca75b61f3e841f3ad2f1c57 | |
parent | 551ccd7e949c8fbf5acae44149ac1bbc9d79aa42 [diff] [blame] |
Add log tag for Trusty. Trusty's TLOGE macro nowadays expects TLOG_TAG to be defined as the log tag to use. Change-Id: I18121287ba51698d354323027d5382c8406f0b99 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/49685 Commit-Queue: Pete Bentley <prb@google.com> Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/util/fipstools/acvp/modulewrapper/modulewrapper.cc b/util/fipstools/acvp/modulewrapper/modulewrapper.cc index 1974dce..7188029 100644 --- a/util/fipstools/acvp/modulewrapper/modulewrapper.cc +++ b/util/fipstools/acvp/modulewrapper/modulewrapper.cc
@@ -54,6 +54,7 @@ #if defined(OPENSSL_TRUSTY) #include <trusty_log.h> #define LOG_ERROR(...) TLOGE(__VA_ARGS__) +#define TLOG_TAG "modulewrapper" #else #define LOG_ERROR(...) fprintf(stderr, __VA_ARGS__) #endif // OPENSSL_TRUSTY