mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 19:56:22 +00:00
fix(omemo): add missing includes for libomemo-c builds
Signed-off-by: Leon Adomaitis <leon@adomaitis.de>
This commit is contained in:
@@ -8,7 +8,14 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LIBOMEMO_C
|
||||
#include <omemo/signal_protocol_types.h>
|
||||
#else
|
||||
#include <signal/signal_protocol_types.h>
|
||||
#endif
|
||||
|
||||
#include <gcrypt.h>
|
||||
|
||||
#define AES128_GCM_KEY_LENGTH 16
|
||||
|
||||
Reference in New Issue
Block a user