From eca9153b6bb39f284f5932f9a48b6bc8ee3bff0e Mon Sep 17 00:00:00 2001 From: sachintu47 Date: Fri, 2 Jan 2026 00:26:49 -0500 Subject: [PATCH] Add oel3 build fixes --- patches/scp_write_nonblock.c.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 patches/scp_write_nonblock.c.patch diff --git a/patches/scp_write_nonblock.c.patch b/patches/scp_write_nonblock.c.patch deleted file mode 100644 index 17ffe1a..0000000 --- a/patches/scp_write_nonblock.c.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/example/scp_write_nonblock.c b/example/scp_write_nonblock.c -index dc87dbf..382df77 100644 ---- a/example/scp_write_nonblock.c -+++ b/example/scp_write_nonblock.c -@@ -19,7 +19,6 @@ - #endif - - #include --#include /* for time() */ - - static const char *pubkey = "/home/username/.ssh/id_rsa.pub"; - static const char *privkey = "/home/username/.ssh/id_rsa";