ports/net/libsignal-protocol-c/patches/patch-tests_test_common_c

12 lines
273 B
Text

Index: tests/test_common.c
--- tests/test_common.c.orig
+++ tests/test_common.c
@@ -6,7 +6,7 @@
#include "../src/signal_protocol.h"
#include "curve.h"
-#include "uthash.h"
+#include "uthash_local.h"
/*
* This is an implementation of Jenkin's "One-at-a-Time" hash.