From: Petre Rodan <[email protected]> --- usr/lib/pkcs11/tpm_stdll/tpm_util.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/usr/lib/pkcs11/tpm_stdll/tpm_util.c b/usr/lib/pkcs11/tpm_stdll/tpm_util.c index 1898886..443c12b 100644 --- a/usr/lib/pkcs11/tpm_stdll/tpm_util.c +++ b/usr/lib/pkcs11/tpm_stdll/tpm_util.c @@ -51,6 +51,10 @@ #include "tpm_specific.h" +#ifndef UINT64 +#define UINT64 unsigned long long +#endif + extern TSS_HCONTEXT tspContext; UINT32 -- 1.7.4.rc1 ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
