mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-07 19:21:09 +00:00
tpm2: Remove trailing space in MANUFACTURER #define
Restore the MANUFACTURER string "IBM" to what it was before commit
6dcb416ddf.
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
93a827aecc
commit
fb5d414acb
@ -68,7 +68,7 @@
|
||||
#include "Platform.h"
|
||||
|
||||
// In this sample platform, these are compile time constants, but are not required to be.
|
||||
#define MANUFACTURER "IBM "
|
||||
#define MANUFACTURER "IBM"
|
||||
#define VENDOR_STRING_1 "SW "
|
||||
#define VENDOR_STRING_2 " TPM"
|
||||
#define VENDOR_STRING_3 "\0\0\0\0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user