1 --- a/src/tcs/tcs_caps.c.old Wed Jun 9 13:20:44 2010
2 +++ b/src/tcs/tcs_caps.c Fri Jul 1 16:26:51 2011
9 if ((result = get_current_version(&p->version)))
13 UINT32ToArray(TPM_CAP_PROP_MANUFACTURER, (BYTE *)&subCap);
14 if ((result = get_cap_uint32(TCPA_CAP_PROPERTY, (BYTE *)&subCap, sizeof(UINT32),
15 - (UINT32 *)&p->manufacturer)))
18 + (void) memcpy(p->manufacturer, &manuf, sizeof (UINT32));
20 result = get_max_auths(&(p->num_auths));