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)
This commit is contained in:
Klotz, Tobias 2019-02-19 13:34:32 +01:00 committed by Bernd Edlinger
parent 42151b8edb
commit 61783db5b5
6 changed files with 183 additions and 33 deletions

2
e_os.h
View file

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