From 7683cc1f65dfa936d48fe175c399e92919f879fe Mon Sep 17 00:00:00 2001 From: quamrulmina Date: Mon, 2 Nov 2015 00:43:09 -0600 Subject: [PATCH] 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. --- ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index 5d8be28..bce49d3 100644 --- a/ssh.c +++ b/ssh.c @@ -870,7 +870,7 @@ main(int ac, char **av) SSH_RELEASE, #else fprintf(stderr, "%s %s, %s\n", - SSH_RELEASE, __DATE__ " " __TIME__ , + SSH_RELEASE, __DATE__ , #endif #ifdef WITH_OPENSSL SSLeay_version(SSLEAY_VERSION)