blob: 31381ff7f55b47b2e9f3a238cbf309b9a2d99d02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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
|