diff scp.c @ 1126:2dee3eef5344

Prepend DROPBEAR for scp.c
author Nikolay Shopik <shopik@inblock.ru>
date Thu, 12 Mar 2015 15:14:47 +0300
parents 7c899f24a85b
children 0a1891e23b18
line wrap: on
line diff
--- a/scp.c	Wed Mar 11 23:10:27 2015 +0800
+++ b/scp.c	Thu Mar 12 15:14:47 2015 +0300
@@ -96,7 +96,7 @@
 int showprogress = 1;
 
 /* This is the program to execute for the secured connection. ("ssh" or -S) */
-char *ssh_program = _PATH_SSH_PROGRAM;
+char *ssh_program = DROPBEAR_PATH_SSH_PROGRAM;
 
 /* This is used to store the pid of ssh_program */
 pid_t do_cmd_pid = -1;