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:
quamrulmina 2015-11-02 00:43:09 -06:00
parent 484bab654b
commit 7683cc1f65

2
ssh.c
View File

@ -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)