debian/patches/abort_abort_abort.patch: dropped patch, included upstream.

This commit is contained in:
Mathieu Trudel-Lapierre 2018-07-24 16:26:53 -04:00
parent 25f42a7c60
commit 0283a7456e
3 changed files with 1 additions and 19 deletions

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ shim (15+1531942534.dd3230d-0ubuntu1) UNRELEASED; urgency=medium
[ Mathieu Trudel-Lapierre ]
* New upstream snapshot.
* debian/patches/abort_abort_abort.patch: dropped patch, included upstream.
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 24 Jul 2018 16:24:51 -0400

View File

@ -1,18 +0,0 @@
From: Peter Jones <pjones@redhat.com>
Subject: define abort to avoid an unnecessary reloc.
---
Cryptlib/Include/OpenSslSupport.h | 1 +
1 file changed, 1 insertion(+)
Index: b/Cryptlib/Include/OpenSslSupport.h
===================================================================
--- a/Cryptlib/Include/OpenSslSupport.h
+++ b/Cryptlib/Include/OpenSslSupport.h
@@ -380,5 +380,6 @@ extern FILE *stdout;
#define atoi(nptr) AsciiStrDecimalToUintn(nptr)
#define gettimeofday(tvp,tz) do { (tvp)->tv_sec = time(NULL); (tvp)->tv_usec = 0; } while (0)
#define gmtime_r(timer,result) (result = NULL)
+#define abort()
#endif

View File

@ -1 +0,0 @@
abort_abort_abort.patch