mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
simplify explicit_bzero comment
This commit is contained in:
committed by
Theo Buehler
parent
c7a7dbd700
commit
d661f77ded
@@ -425,8 +425,7 @@ add_platform_test(exdata_test exdata_test)
|
||||
# expirecallback.c
|
||||
|
||||
# explicit_bzero
|
||||
# explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows
|
||||
# explicit_bzero relies on sigsuspend, which is unavailable on Emscripten
|
||||
# SA_ONSTACK is unavailable on Windows, sigsuspend is unavailable on Emscripten
|
||||
if(NOT (WIN32 OR EMSCRIPTEN))
|
||||
if(HAVE_MEMMEM)
|
||||
add_executable(explicit_bzero explicit_bzero.c)
|
||||
|
||||
Reference in New Issue
Block a user