aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-11-17 15:04:37 -0500
committerJay Satiro <raysatiro@yahoo.com>2019-11-17 23:27:39 -0500
commit1f6a18685ef46c900f493179337492995312cbf6 (patch)
tree626fd513dedc75581eb87b4d3a4e5e76eeaa84d8 /lib/easy.c
parent0a906a45aff21d2fd4a493b5a117050d0919e4cf (diff)
lib: Move lib/ssh.h -> lib/vssh/ssh.h
Follow-up to 5b2d703 which moved ssh source files to vssh. Closes https://github.com/curl/curl/pull/4609
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c
index fc5eceb6a..1d02c0cc1 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -72,7 +72,7 @@
#include "warnless.h"
#include "multiif.h"
#include "sigpipe.h"
-#include "ssh.h"
+#include "vssh/ssh.h"
#include "setopt.h"
#include "http_digest.h"
#include "system_win32.h"