net-vpn/libreswan: remove unused patch(es)
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 3 Mar 2019 16:07:05 +0000 (17:07 +0100)
committerAaron Bauman <bman@gentoo.org>
Mon, 4 Mar 2019 03:09:57 +0000 (22:09 -0500)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11241
Signed-off-by: Aaron Bauman <bman@gentoo.org>
net-vpn/libreswan/files/libreswan-3.25-no-curl.patch [deleted file]

diff --git a/net-vpn/libreswan/files/libreswan-3.25-no-curl.patch b/net-vpn/libreswan/files/libreswan-3.25-no-curl.patch
deleted file mode 100644 (file)
index f23e2f7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 903f953b271c35f33790bb7ba98b17acfdecede6 Mon Sep 17 00:00:00 2001
-From: Paul Wouters <pwouters@redhat.com>
-Date: Sun, 22 Jul 2018 11:37:04 -0700
-Subject: [PATCH] building: only call check_crls() if LIBCURL support is
- compiled in
-
-Noted by Daniel M. Weeks
----
- programs/pluto/timer.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/programs/pluto/timer.c b/programs/pluto/timer.c
-index b8a465a91b..4e82e634ea 100644
---- a/programs/pluto/timer.c
-+++ b/programs/pluto/timer.c
-@@ -432,7 +432,9 @@ static void timer_event_cb(evutil_socket_t fd UNUSED, const short event UNUSED,
-               break;
-       case EVENT_CHECK_CRLS:
-+#ifdef LIBCURL
-               check_crls();
-+#endif
-               break;
-       case EVENT_v2_RELEASE_WHACK: