summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 2681ccb6b..0c950745b 100644
--- a/ssh.c
+++ b/ssh.c
@@ -629,7 +629,7 @@ main(int ac, char **av)
629 if (options.host_key_alias != NULL) { 629 if (options.host_key_alias != NULL) {
630 for (p = options.host_key_alias; *p; p++) 630 for (p = options.host_key_alias; *p; p++)
631 if (isupper(*p)) 631 if (isupper(*p))
632 *p = tolower(*p); 632 *p = (char)tolower(*p);
633 } 633 }
634 634
635 /* Get default port if port has not been set. */ 635 /* Get default port if port has not been set. */