summarylogtreecommitdiffstats
path: root/0001-fix_err.patch
diff options
context:
space:
mode:
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