summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/tpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tpm.c b/lib/tpm.c
index d72b2f33ac..b2b8442144 100644
--- a/lib/tpm.c
+++ b/lib/tpm.c
@@ -564,6 +564,7 @@ int ret;
goto cleanup;
}
+#if 0
if (parent)
{
memcpy(u1, &parent->ulTimeLow, 4);
@@ -591,6 +592,7 @@ int ret;
goto cleanup;
}
}
+#endif
ret = _gnutls_buffer_to_datum(&buf, &dret);
if (ret < 0)