summaryrefslogtreecommitdiffstats
path: root/crypto/mem_sec.c
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 /crypto/mem_sec.c
parent42151b8edb112d23d81f6e0d6606d98797771b4b (diff)
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 'crypto/mem_sec.c')
-rw-r--r--crypto/mem_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mem_sec.c b/crypto/mem_sec.c
index cd332c4543..65d32f3c41 100644
--- a/crypto/mem_sec.c
+++ b/crypto/mem_sec.c
@@ -33,8 +33,8 @@
# include <linux/mman.h>
# include <errno.h>
# endif
+# include <sys/param.h>
# endif
-# include <sys/param.h>
# include <sys/stat.h>
# include <fcntl.h>
#endif