~ubuntu-branches/ubuntu/saucy/trousers/saucy-proposed

« back to all changes in this revision

Viewing changes to src/tcs/tcsi_transport.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-11-10 17:04:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121110170444-yvoa372npyp02mwr
Tags: 0.3.10-1
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        TSS_RESULT result;
43
43
        UINT32 paramSize;
44
44
        UINT64 offset;
45
 
        TPM_KEY_HANDLE keySlot;
 
45
        TPM_KEY_HANDLE keySlot = 0;
46
46
        BYTE txBlob[TSS_TPM_TXBLOB_SIZE];
47
47
 
48
48
        if ((result = ctx_verify_context(hContext)))