aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-07-08 07:37:04 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-07-11 17:09:04 +0200
commitee200bab61dd3696a3ccccc9cf33c873d326fafa (patch)
treea1e7525d2d8d1b8c70e54ee99e483b75f92cfd7a /src/libpts
parentda67c37d652d12f7a1930e2cfcb30378304f49e7 (diff)
downloadstrongswan-ee200bab61dd3696a3ccccc9cf33c873d326fafa.tar.bz2
strongswan-ee200bab61dd3696a3ccccc9cf33c873d326fafa.tar.xz
use TSS_PCRS_STRUCT_DEFAULT
Diffstat (limited to 'src/libpts')
-rw-r--r--src/libpts/pts/pts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpts/pts/pts.c b/src/libpts/pts/pts.c
index 65ae2b2d2..f134b22fa 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;