Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is deprecated)
[openwrt/svn-archive/archive.git] / package / dropbear / patches / 120-hostkey_prompt.patch
1 Index: dropbear-0.49/cli-kex.c
2 ===================================================================
3 --- dropbear-0.49.orig/cli-kex.c 2007-06-04 13:21:39.435981488 +0200
4 +++ dropbear-0.49/cli-kex.c 2007-06-04 13:21:39.937905184 +0200
5 @@ -126,7 +126,7 @@
6 m_free(fp);
7 return;
8 }
9 - fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n",
10 + fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)",
11 cli_opts.remotehost,
12 fp);
13 m_free(fp);