mirror of
https://github.com/novatiq/packages.git
synced 2026-07-11 06:19:27 +01:00
6ba95fdac4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
205 B
Diff
14 lines
205 B
Diff
--- a/tsig.c
|
|
+++ b/tsig.c
|
|
@@ -19,6 +19,10 @@
|
|
#include "query.h"
|
|
#include "rbtree.h"
|
|
|
|
+#ifndef HAVE_SSL
|
|
+#define CRYPTO_memcmp memcmp
|
|
+#endif
|
|
+
|
|
static region_type *tsig_region;
|
|
|
|
struct tsig_key_table
|