tpm2: Add comment 'libtpms added'

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2019-06-11 07:44:56 -04:00 committed by Stefan Berger
parent c5ba5e1291
commit 08ede08509

View File

@ -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