diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-11-17 15:04:37 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-11-17 23:27:39 -0500 |
commit | 1f6a18685ef46c900f493179337492995312cbf6 (patch) | |
tree | 626fd513dedc75581eb87b4d3a4e5e76eeaa84d8 /lib/version.c | |
parent | 0a906a45aff21d2fd4a493b5a117050d0919e4cf (diff) | |
download | curl-1f6a18685ef46c900f493179337492995312cbf6.tar.gz |
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/version.c')
-rw-r--r-- | lib/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index cfd09e36d..6405d369d 100644 --- a/lib/version.c +++ b/lib/version.c @@ -26,7 +26,7 @@ #include "urldata.h" #include "vtls/vtls.h" #include "http2.h" -#include "ssh.h" +#include "vssh/ssh.h" #include "quic.h" #include "curl_printf.h" |