mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-29 08:42:22 +00:00
Older gcc versions are unhappy that some types declared by TPM 1.2 headers are re-declared by TPM 2 headers. All of these types have the same UINT32 datatype and we can avoid having the re-declared by introducing TPM_HAVE_TPM2_DECLARATIONS and inlcuding the TPM2 headers first and then the TPM 1.2 headers where we then do not re- declare those datatypes that are clashing. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| tpm_error.h | ||
| tpm_library.h | ||
| tpm_library.h.in | ||
| tpm_memory.h | ||
| tpm_nvfilename.h | ||
| tpm_tis.h | ||
| tpm_types.h | ||