From b6d41ff73392df5af9c931c902ae4cd75c5b61ea Mon Sep 17 00:00:00 2001 From: "Klotz, Tobias" Date: Thu, 20 Dec 2018 12:59:31 +0100 Subject: Cleanup vxworks support to be able to compile for VxWorks 7 Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7569) (cherry picked from commit 5c8b7b4caa0faedb69277063a7c6b3a8e56c6308) --- apps/apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/apps.c') diff --git a/apps/apps.c b/apps/apps.c index 79171d1885..0501d2babd 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -2196,7 +2196,7 @@ double app_tminterval(int stop, int usertime) return ret; } -#elif defined(OPENSSL_SYSTEM_VXWORKS) +#elif defined(OPENSSL_SYS_VXWORKS) # include double app_tminterval(int stop, int usertime) -- cgit v1.2.3