Bugzilla – Attachment 349 Details for
Bug 610
sshd should display the openssl version string from usage()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to sshd.c
a.txt (text/plain), 705 bytes, created by
Craig Leres
on 2003-07-01 10:23:34 AEST
(
hide
)
Description:
patch to sshd.c
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2003-07-01 10:23:34 AEST
Size:
705 bytes
patch
obsolete
>*** sshd.c 2003/06/30 23:46:50 1.1 >--- sshd.c 2003/06/30 23:51:52 >*************** >*** 774,780 **** > static void > usage(void) > { >! fprintf(stderr, "sshd version %s\n", SSH_VERSION); > fprintf(stderr, "Usage: %s [options]\n", __progname); > fprintf(stderr, "Options:\n"); > fprintf(stderr, " -f file Configuration file (default %s)\n", _PATH_SERVER_CONFIG_FILE); >--- 774,781 ---- > static void > usage(void) > { >! fprintf(stderr, "sshd version %s, %s\n", >! SSH_VERSION, SSLeay_version(SSLEAY_VERSION)); > fprintf(stderr, "Usage: %s [options]\n", __progname); > fprintf(stderr, "Options:\n"); > fprintf(stderr, " -f file Configuration file (default %s)\n", _PATH_SERVER_CONFIG_FILE);
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 610
: 349 |
350
|
352