Bugzilla – Attachment 243 Details for
Bug 505
ssh -V could print a human readable openssl version string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to ssh.c
ssh.diff (text/plain), 722 bytes, created by
Craig Leres
on 2003-03-08 15:30:21 AEDT
(
hide
)
Description:
patch to ssh.c
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2003-03-08 15:30:21 AEDT
Size:
722 bytes
patch
obsolete
>*** ssh.c 2003/03/08 04:06:23 1.1 >--- ssh.c 2003/03/08 04:24:56 >*************** >*** 357,367 **** > /* fallthrough */ > case 'V': > fprintf(stderr, >! "%s, SSH protocols %d.%d/%d.%d, OpenSSL 0x%8.8lx\n", > SSH_VERSION, > PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1, > PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2, >! SSLeay()); > if (opt == 'V') > exit(0); > break; >--- 357,367 ---- > /* fallthrough */ > case 'V': > fprintf(stderr, >! "%s, SSH protocols %d.%d/%d.%d, %s\n", > SSH_VERSION, > PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1, > PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2, >! SSLeay_version(SSLEAY_VERSION)); > if (opt == 'V') > exit(0); > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 505
:
241
|
242
| 243 |
244