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>
This commit is contained in:
parent
551ccd7e94
commit
cc509bdb7e
@ -54,6 +54,7 @@ namespace acvp {
|
|||||||
#if defined(OPENSSL_TRUSTY)
|
#if defined(OPENSSL_TRUSTY)
|
||||||
#include <trusty_log.h>
|
#include <trusty_log.h>
|
||||||
#define LOG_ERROR(...) TLOGE(__VA_ARGS__)
|
#define LOG_ERROR(...) TLOGE(__VA_ARGS__)
|
||||||
|
#define TLOG_TAG "modulewrapper"
|
||||||
#else
|
#else
|
||||||
#define LOG_ERROR(...) fprintf(stderr, __VA_ARGS__)
|
#define LOG_ERROR(...) fprintf(stderr, __VA_ARGS__)
|
||||||
#endif // OPENSSL_TRUSTY
|
#endif // OPENSSL_TRUSTY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user