mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-11 21:50:09 +00:00
tpm2: Remove space after 'IBM' in MANUFACTURER
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
a01de0b2e5
commit
de7160b127
@ -65,7 +65,7 @@
|
||||
/* Define up to 4-byte values for MANUFACTURER. This value defines the response for
|
||||
TPM_PT_MANUFACTURER in TPM2_GetCapability(). The following line should be un-commented and a
|
||||
vendor specific string should be provided here. */
|
||||
#define MANUFACTURER "IBM "
|
||||
#define MANUFACTURER "IBM"
|
||||
|
||||
/* The following #if macro may be deleted after a proper MANUFACTURER is provided. */
|
||||
#ifndef MANUFACTURER
|
||||
|
||||
Loading…
Reference in New Issue
Block a user