From 2eb8e6699023ca3a0825deec80a657a5c051c55a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 01:16:41 +0100 Subject: tss: make TSS request work again --- src/tss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tss.h') diff --git a/src/tss.h b/src/tss.h index d45c74c..8fea407 100644 --- a/src/tss.h +++ b/src/tss.h @@ -29,7 +29,7 @@ extern "C" { #include plist_t tss_send_request(plist_t request); -plist_t tss_create_request(plist_t build_identity, uint64_t ecid); +plist_t tss_create_request(plist_t build_identity, uint64_t ecid, unsigned char* nonce, int nonce_size); int tss_get_entry_path(plist_t tss, const char* entry, char** path); int tss_get_blob_by_path(plist_t tss, const char* path, char** blob); int tss_get_blob_by_name(plist_t tss, const char* entry, char** blob); -- cgit v1.1-32-gdbae