summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorKlotz, Tobias <tobias.klotz@draeger.com>2019-02-19 13:34:32 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2019-05-02 23:32:44 +0200
commit61783db5b5c4c5edbdb47d6a7d0393782e72685d (patch)
treeb6f53e7b39c190134412a483c56a83bdf016ccf3 /e_os.h
parent42151b8edb112d23d81f6e0d6606d98797771b4b (diff)
downloadopenssl-new-61783db5b5c4c5edbdb47d6a7d0393782e72685d.tar.gz
Use vxRandLib for VxWorks7
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/8023)
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 26de710ce4..1c55272438 100644
--- a/e_os.h
+++ b/e_os.h
@@ -210,7 +210,7 @@ extern FILE *_imp___iob;
# else /* The non-microsoft world */
# if defined(OPENSSL_SYS_VXWORKS)
-# include <sys/times.h>
+# include <time.h>
# else
# include <sys/time.h>
# endif