Skip to content

Commit

Permalink
simplify explicit_bzero comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaSaad authored and botovq committed Jun 19, 2024
1 parent c7a7dbd commit d661f77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d661f77

Please sign in to comment.