mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-12 18:28:32 +00:00
tpm2: Add comment 'libtpms added'
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
c5ba5e1291
commit
08ede08509
@ -61,7 +61,7 @@
|
||||
|
||||
#include "TpmSizeChecks_fp.h"
|
||||
|
||||
#if RUNTIME_SIZE_CHECKS
|
||||
#if RUNTIME_SIZE_CHECKS // libtpms added
|
||||
/* Some of the values (such as sizes) are the result of different options set in
|
||||
Implementation.h. The combination might not be consistent. A function is defined
|
||||
(TpmSizeChecks()) that is used to verify the sizes at run time. To enable the function, define
|
||||
@ -70,4 +70,4 @@ void TpmSizeChecks(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif /* RUNTIME_SIZE_CHECKS */
|
||||
#endif /* RUNTIME_SIZE_CHECKS */ // libtpms added
|
||||
|
||||
Loading…
Reference in New Issue
Block a user