From 68b00c237298b2e7e382686ffd583847d57bbc0b Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 23 Jan 2015 11:58:26 -0500 Subject: ifdef cleanup part 3: OPENSSL_SYSNAME Rename OPENSSL_SYSNAME_xxx to OPENSSL_SYS_xxx Remove MS_STATIC; it's a relic from platforms <32 bits. Reviewed-by: Andy Polyakov Reviewed-by: Tim Hudson --- apps/s_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index 352040873f..972dccff2c 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -340,7 +340,7 @@ int MAIN(int argc, char **argv) SSL *scon = NULL; long finishtime = 0; int ret = 1, i; - MS_STATIC char buf[1024 * 8]; + char buf[1024 * 8]; int ver; apps_startup(); -- cgit v1.2.3