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 e69d73807..6f0ba26ad 100644
--- a/ssh.c
+++ b/ssh.c
@@ -319,7 +319,7 @@ again:
319 /* fallthrough */ 319 /* fallthrough */
320 case 'V': 320 case 'V':
321 fprintf(stderr, "%s, %s\n", 321 fprintf(stderr, "%s, %s\n",
322 SSH_VERSION, SSLeay_version(SSLEAY_VERSION)); 322 SSH_RELEASE, SSLeay_version(SSLEAY_VERSION));
323 if (opt == 'V') 323 if (opt == 'V')
324 exit(0); 324 exit(0);
325 break; 325 break;