diff options
author | 2012-02-02 01:16:41 +0100 | |
---|---|---|
committer | 2012-02-02 01:16:41 +0100 | |
commit | 2eb8e6699023ca3a0825deec80a657a5c051c55a (patch) | |
tree | f4926974f6e1312d45d3575fd94e82dc8ba9d26c /src/tss.h | |
parent | d5c9cc009b52749a8fc7e30320d8c039c6cc80aa (diff) | |
download | idevicerestore-2eb8e6699023ca3a0825deec80a657a5c051c55a.tar.gz idevicerestore-2eb8e6699023ca3a0825deec80a657a5c051c55a.tar.bz2 |
tss: make TSS request work again
Diffstat (limited to 'src/tss.h')
-rw-r--r-- | src/tss.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ extern "C" { #include <plist/plist.h> 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); |