mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
11 lines
240 B
C
11 lines
240 B
C
|
#include <cmocka.h>
|
||
|
#include <setjmp.h>
|
||
|
#include <stdarg.h>
|
||
|
#include <stddef.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#include "omemo/crypto.h"
|
||
|
|
||
|
void test_omemo_aesgcm256_encrypt_file(void **state) {}
|
||
|
void test_omemo_aesgcm256_encrypt_file(void **state) {}
|