summarylogtreecommitdiffstats
path: root/0001-fix_err.patch
diff options
context:
space:
mode:
authorGrigory Vasilyev2021-04-12 00:17:48 +0300
committerGrigory Vasilyev2021-04-12 00:17:48 +0300
commitae104a58c145160f70a188aaad3a8b645aa89d3b (patch)
tree240d7b98f2f1d5ab8cb37719d612d5dbeea57bff /0001-fix_err.patch
parentbf68440b742247af796b8e74b76ce77add65724e (diff)
downloadaur-ae104a58c145160f70a188aaad3a8b645aa89d3b.tar.gz
Update version and method to fixing build errors.
Diffstat (limited to '0001-fix_err.patch')
-rw-r--r--0001-fix_err.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/0001-fix_err.patch b/0001-fix_err.patch
deleted file mode 100644
index 1e7a68446276..000000000000
--- a/0001-fix_err.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/test_tls.c b/test_tls.c
-index d137602..d2cdd9c 100644
---- a/test_tls.c
-+++ b/test_tls.c
-@@ -65,6 +65,10 @@ struct certkey {
- /* How much K to transfer between client and server. */
- #define KTRANSFER (1 * 1024)
-
-+static void err(const int i, const char* msg)
-+{
-+ printf(msg);
-+}
- /*
- * Simple TLS Server code is based on
- * https://wiki.openssl.org/index.php/Simple_TLS_Server