diff options
Diffstat (limited to 'tests/unittests/omemo/stub_omemo.c')
-rw-r--r-- | tests/unittests/omemo/stub_omemo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unittests/omemo/stub_omemo.c b/tests/unittests/omemo/stub_omemo.c index f6cc4491..127787ec 100644 --- a/tests/unittests/omemo/stub_omemo.c +++ b/tests/unittests/omemo/stub_omemo.c @@ -114,3 +114,8 @@ omemo_encrypt_file(FILE* in, FILE* out, off_t file_size, int* gcry_res) return NULL; }; void omemo_free(void* a){}; + +uint32_t +omemo_device_id() { + return 123; +} |