From: Andreas Steffen Date: Sun, 8 Jul 2012 05:37:04 +0000 (+0200) Subject: use TSS_PCRS_STRUCT_DEFAULT X-Git-Tag: 5.0.1~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee200bab61dd3696a3ccccc9cf33c873d326fafa;p=thirdparty%2Fstrongswan.git use TSS_PCRS_STRUCT_DEFAULT --- diff --git a/src/libpts/pts/pts.c b/src/libpts/pts/pts.c index 65ae2b2d28..f134b22fab 100644 --- a/src/libpts/pts/pts.c +++ b/src/libpts/pts/pts.c @@ -943,7 +943,7 @@ METHOD(pts_t, quote_tpm, bool, Tspi_Context_CreateObject(hContext, TSS_OBJECT_TYPE_PCRS, TSS_PCRS_STRUCT_INFO_SHORT, &hPcrComposite) : Tspi_Context_CreateObject(hContext, TSS_OBJECT_TYPE_PCRS, - 0, &hPcrComposite); + TSS_PCRS_STRUCT_DEFAULT, &hPcrComposite); if (result != TSS_SUCCESS) { goto err2;