Version bump
This commit is contained in:
+7
-2
@@ -33,8 +33,10 @@
|
||||
# include <sys/mman.h>
|
||||
# if defined(OPENSSL_SYS_LINUX)
|
||||
# include <sys/syscall.h>
|
||||
# include <linux/mman.h>
|
||||
# include <errno.h>
|
||||
# if defined(SYS_mlock2)
|
||||
# include <linux/mman.h>
|
||||
# include <errno.h>
|
||||
# endif
|
||||
# endif
|
||||
# include <sys/param.h>
|
||||
# include <sys/stat.h>
|
||||
@@ -45,6 +47,9 @@
|
||||
#ifndef PAGE_SIZE
|
||||
# define PAGE_SIZE 4096
|
||||
#endif
|
||||
#if !defined(MAP_ANON) && defined(MAP_ANONYMOUS)
|
||||
# define MAP_ANON MAP_ANONYMOUS
|
||||
#endif
|
||||
|
||||
#ifdef IMPLEMENTED
|
||||
static size_t secure_mem_used;
|
||||
|
||||
Reference in New Issue
Block a user