about summary refs log tree commit diff stats
path: root/tests/unittests/tools/stub_aesgcm_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/tools/stub_aesgcm_download.c')
-rw-r--r--tests/unittests/tools/stub_aesgcm_download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/tools/stub_aesgcm_download.c b/tests/unittests/tools/stub_aesgcm_download.c
index 6f4cc0ce..07f411ca 100644
--- a/tests/unittests/tools/stub_aesgcm_download.c
+++ b/tests/unittests/tools/stub_aesgcm_download.c
@@ -8,6 +8,7 @@ typedef struct http_download_t HTTPDownload;
 
 typedef struct aesgcm_download_t
 {
+    char* id;
     char* url;
     char* filename;
     ProfWin* window;