aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/contrib/patch_rsamd5_enable.diff
diff options
context:
space:
mode:
authoranonimal <anonimal@i2pmail.org>2017-06-28 21:07:24 +0000
committeranonimal <anonimal@i2pmail.org>2018-03-18 15:52:19 +0000
commit84c5a9ba481d7a33cc0fd0ca43867b61d127d907 (patch)
treef05d3d3f107da02005b4a61f0e5074c113a7165c /external/unbound/contrib/patch_rsamd5_enable.diff
parentMerge pull request #3416 (diff)
downloadmonero-84c5a9ba481d7a33cc0fd0ca43867b61d127d907.tar.xz
Unbound: remove unbound from in-tree source
We'll instead use a git submodule to pull from our unbound repo.
Diffstat (limited to 'external/unbound/contrib/patch_rsamd5_enable.diff')
-rw-r--r--external/unbound/contrib/patch_rsamd5_enable.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/external/unbound/contrib/patch_rsamd5_enable.diff b/external/unbound/contrib/patch_rsamd5_enable.diff
deleted file mode 100644
index dfd4a7b9f..000000000
--- a/external/unbound/contrib/patch_rsamd5_enable.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: validator/val_secalgo.c
-===================================================================
---- validator/val_secalgo.c (revision 2759)
-+++ validator/val_secalgo.c (working copy)
-@@ -153,7 +153,7 @@
- switch(id) {
- case LDNS_RSAMD5:
- /* RFC 6725 deprecates RSAMD5 */
-- return 0;
-+ return 1;
- case LDNS_DSA:
- case LDNS_DSA_NSEC3:
- case LDNS_RSASHA1:
-@@ -617,7 +617,7 @@
- switch(id) {
- case LDNS_RSAMD5:
- /* RFC 6725 deprecates RSAMD5 */
-- return 0;
-+ return 1;
- case LDNS_DSA:
- case LDNS_DSA_NSEC3:
- case LDNS_RSASHA1: