diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-13 13:34:32 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-13 13:34:32 +0200 |
commit | e266e502c2b0098a888f8df1fa3626b13dd54494 (patch) | |
tree | 423064fdb0bc313b6e2803d42207e984ac62dbf2 /lib/tpm.c | |
parent | 8e4b0973b07292d6495558132f052324fd238a13 (diff) | |
download | gnutls-e266e502c2b0098a888f8df1fa3626b13dd54494.tar.gz |
do not list parent in URL.
Diffstat (limited to 'lib/tpm.c')
-rw-r--r-- | lib/tpm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |