~ubuntu-branches/ubuntu/utopic/trousers/utopic

« back to all changes in this revision

Viewing changes to src/tspi/rpc/tcstp/rpc_migration.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2013-08-20 18:01:47 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130820180147-ucz33jh8z2qx47ya
Tags: 0.3.11.2-1
* Imported Upstream version 0.3.11.2
* Upstream license changed to BSD
* Example tools are not shipped anymore
* Remove 05-gcc47.patch, not needed anymore
* Updated symbols file

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        UINT32 i;
46
46
 
47
47
        initData(&hte->comm, 9);
48
 
        memset(&null_auth, 0, sizeof(TPM_AUTH));
 
48
        __tspi_memset(&null_auth, 0, sizeof(TPM_AUTH));
49
49
 
50
50
        hte->comm.hdr.u.ordinal = TCSD_ORD_CREATEMIGRATIONBLOB;
51
51
        LogDebugFn("TCS Context: 0x%x", hte->tcsContext);