mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
The time has come to use memset_s() if available
memset_s() detection had been removed from the autoconf script a long time ago because it was incorrectly defined in some obsolete Xcode version. We're in year 2017, move on.
This commit is contained in:
+1
-1
@@ -686,7 +686,7 @@ dnl Checks for functions and headers
|
||||
|
||||
AS_IF([test "x$EMSCRIPTEN" = "x"],[
|
||||
AC_CHECK_FUNCS([arc4random arc4random_buf])
|
||||
AC_CHECK_FUNCS([mmap mlock madvise mprotect explicit_bzero nanosleep])
|
||||
AC_CHECK_FUNCS([mmap mlock madvise mprotect memset_s explicit_bzero nanosleep])
|
||||
])
|
||||
AC_CHECK_FUNCS([posix_memalign getpid])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user