mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 23:26:22 +00: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) {}
|