tpm2: Set LIBRARY_COMPATIBILITY_CHECK to YES

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2018-11-08 14:59:37 -05:00 committed by Stefan Berger
parent 509c51e803
commit e327ce3c50

View File

@ -324,7 +324,7 @@
#if !(defined LIBRARY_COMPATIBILITY_CHECK) \
|| ((LIBRARY_COMPATIBILITY_CHECK != NO) && (LIBRARY_COMPATIBILITY_CHECK != YES))
# undef LIBRARY_COMPATIBILITY_CHECK
# define LIBRARY_COMPATIBILITY_CHECK NO // Default: Either YES or NO
# define LIBRARY_COMPATIBILITY_CHECK YES // Default: Either YES or NO libtpms: YES
#endif