summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.c b/ssh.c
index 0e2b7628e..096116b8b 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.192 2003/05/11 20:30:25 markus Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.193 2003/05/15 13:52:10 djm Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -357,11 +357,11 @@ again:
357 /* fallthrough */ 357 /* fallthrough */
358 case 'V': 358 case 'V':
359 fprintf(stderr, 359 fprintf(stderr,
360 "%s, SSH protocols %d.%d/%d.%d, OpenSSL 0x%8.8lx\n", 360 "%s, SSH protocols %d.%d/%d.%d, %s\n",
361 SSH_VERSION, 361 SSH_VERSION,
362 PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1, 362 PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1,
363 PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2, 363 PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2,
364 SSLeay()); 364 SSLeay_version(SSLEAY_VERSION));
365 if (opt == 'V') 365 if (opt == 'V')
366 exit(0); 366 exit(0);
367 break; 367 break;