summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/ssh.c b/ssh.c
index d4954ec37..e655e68da 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.208 2004/03/10 09:45:06 markus Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.209 2004/03/11 10:21:17 markus Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -310,12 +310,8 @@ again:
310 } 310 }
311 /* fallthrough */ 311 /* fallthrough */
312 case 'V': 312 case 'V':
313 fprintf(stderr, 313 fprintf(stderr, "%s, %s\n",
314 "%s, SSH protocols %d.%d/%d.%d, %s\n", 314 SSH_VERSION, SSLeay_version(SSLEAY_VERSION));
315 SSH_VERSION,
316 PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1,
317 PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2,
318 SSLeay_version(SSLEAY_VERSION));
319 if (opt == 'V') 315 if (opt == 'V')
320 exit(0); 316 exit(0);
321 break; 317 break;