summaryrefslogtreecommitdiffstats
path: root/source/n/dnsmasq/dnsmasq.nettle35.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-04-12 20:02:28 +0000
committer Eric Hameleers <alien@slackware.com>2020-04-13 08:59:51 +0200
commit8efda2a1ab784668bf5046915f7e4ae0f48ad8b2 (patch)
tree88d69d63f16ffe8a1429aa8637416cf535d51966 /source/n/dnsmasq/dnsmasq.nettle35.diff
parent4907ec15b89c8c3f8d54fc3c9c0122a6ffb5d09d (diff)
downloadcurrent-8efda2a1ab784668bf5046915f7e4ae0f48ad8b2.tar.gz
current-8efda2a1ab784668bf5046915f7e4ae0f48ad8b2.tar.xz
Sun Apr 12 20:02:28 UTC 202020200412200228
ap/man-pages-5.06-noarch-1.txz: Upgraded. l/libyaml-0.2.3-x86_64-1.txz: Upgraded. n/dnsmasq-2.81-x86_64-1.txz: Upgraded. x/libinput-1.15.5-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rw-r--r--source/n/dnsmasq/dnsmasq.nettle35.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/source/n/dnsmasq/dnsmasq.nettle35.diff b/source/n/dnsmasq/dnsmasq.nettle35.diff
deleted file mode 100644
index f90b1a490..000000000
--- a/source/n/dnsmasq/dnsmasq.nettle35.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./src/crypto.c.orig 2018-10-18 13:21:55.000000000 -0500
-+++ ./src/crypto.c 2020-02-22 13:04:53.071018567 -0600
-@@ -294,7 +294,7 @@
- if (!(key_256 = whine_malloc(sizeof(struct ecc_point))))
- return 0;
-
-- nettle_ecc_point_init(key_256, &nettle_secp_256r1);
-+ nettle_ecc_point_init(key_256, nettle_get_secp_256r1());
- }
-
- key = key_256;
-@@ -307,7 +307,7 @@
- if (!(key_384 = whine_malloc(sizeof(struct ecc_point))))
- return 0;
-
-- nettle_ecc_point_init(key_384, &nettle_secp_384r1);
-+ nettle_ecc_point_init(key_384, nettle_get_secp_384r1());
- }
-
- key = key_384;