summaryrefslogtreecommitdiffstats
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-08-22 01:34:41 +0200
committerDamien Miller <djm@mindrot.org>2003-08-22 01:34:41 +0200
commit59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7 (patch)
treefec1d350619c3bbcb504eb57a89f2af3895c5d82 /ssh-keyscan.c
parent - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement (diff)
downloadopenssh-59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7.tar.xz
openssh-59d3d5b8b4813bdd1d4518d6839bd392ff6d21f7.zip
- (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
-lbroken; ok dtucker
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 358a1e353..9fa8aaebc 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -697,7 +697,7 @@ main(int argc, char **argv)
extern int optind;
extern char *optarg;
- __progname = get_progname(argv[0]);
+ __progname = ssh_get_progname(argv[0]);
init_rng();
seed_rng();
TAILQ_INIT(&tq);