From 6773c7ca65cf2183295e56603f9b86a5ce816a06 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 Jan 2020 10:51:39 +0100 Subject: wolfSSH: new SSH backend Adds support for SFTP (not SCP) using WolfSSH. Closes #4231 --- lib/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.inc') diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 6c90c2675..4e19ea90c 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -42,7 +42,7 @@ LIB_VQUIC_CFILES = vquic/ngtcp2.c vquic/quiche.c LIB_VQUIC_HFILES = vquic/ngtcp2.h vquic/quiche.h -LIB_VSSH_CFILES = vssh/libssh2.c vssh/libssh.c +LIB_VSSH_CFILES = vssh/libssh2.c vssh/libssh.c vssh/wolfssh.c LIB_VSSH_HFILES = vssh/ssh.h -- cgit v1.2.3