Skip to content

Commit f8f7500

Browse files
authored
gh-123718: Fix implicit declaration of 'explicit_memset' for NetBSD 10.0 (#123719)
Fix implicit declaration of 'explicit_memset' for NetBSD 10.0 in Lib_Memzero0.c.
1 parent 84ad264 commit f8f7500

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Misc/sbom.spdx.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/_hacl/Lib_Memzero0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <string.h>
1414
#endif
1515

16-
#ifdef __FreeBSD__
16+
#if defined(__FreeBSD__) || defined(__NetBSD__)
1717
#include <strings.h>
1818
#endif
1919

0 commit comments

Comments
 (0)