mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
ssh -V does not need to show the time of build, date is sufficient
Take out ___TIME___ and show ___DATE___ in win32 port as both were win32 enhancements.
This commit is contained in:
parent
484bab654b
commit
7683cc1f65
2
ssh.c
2
ssh.c
@ -870,7 +870,7 @@ main(int ac, char **av)
|
|||||||
SSH_RELEASE,
|
SSH_RELEASE,
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, "%s %s, %s\n",
|
fprintf(stderr, "%s %s, %s\n",
|
||||||
SSH_RELEASE, __DATE__ " " __TIME__ ,
|
SSH_RELEASE, __DATE__ ,
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_OPENSSL
|
#ifdef WITH_OPENSSL
|
||||||
SSLeay_version(SSLEAY_VERSION)
|
SSLeay_version(SSLEAY_VERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user