aboutsummaryrefslogtreecommitdiff
path: root/net/nsd/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/nsd/patches')
-rw-r--r--net/nsd/patches/010-musl.patch10
-rw-r--r--net/nsd/patches/020-openssl.patch13
2 files changed, 0 insertions, 23 deletions
diff --git a/net/nsd/patches/010-musl.patch b/net/nsd/patches/010-musl.patch
deleted file mode 100644
index 3ba61e408..000000000
--- a/net/nsd/patches/010-musl.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/nsd-control.c
-+++ b/nsd-control.c
-@@ -42,6 +42,7 @@
- */
-
- #include "config.h"
-+#include <stdio.h>
- #ifdef HAVE_SSL
-
- #include <sys/types.h>
diff --git a/net/nsd/patches/020-openssl.patch b/net/nsd/patches/020-openssl.patch
deleted file mode 100644
index 31381ff7f..000000000
--- a/net/nsd/patches/020-openssl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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