Skip to content

Commit e7a0abd

Browse files
committed
Update updated HACL* revision.
1 parent d082146 commit e7a0abd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Misc/sbom.spdx.json

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// memset_s is available from macOS 10.9, iOS 7, watchOS 2, and on all tvOS and visionOS versions.
1414
# if (defined(MAC_OS_X_VERSION_MIN_REQUIRED) && (MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_9))
1515
# define APPLE_HAS_MEMSET_S 1
16-
# elif (defined(IPHONE_OS_VERSION_MIN_REQUIRED) && (IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_7_0))
16+
# elif (defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && (__IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_7_0))
1717
# define APPLE_HAS_MEMSET_S 1
1818
# elif (defined(TARGET_OS_TV) && TARGET_OS_TV)
1919
# define APPLE_HAS_MEMSET_S 1
20-
# elif (defined(WATCH_OS_VERSION_MIN_REQUIRED) && (WATCH_OS_VERSION_MIN_REQUIRED >= __WATCHOS_2_0))
20+
# elif (defined(__WATCH_OS_VERSION_MIN_REQUIRED) && (__WATCH_OS_VERSION_MIN_REQUIRED >= __WATCHOS_2_0))
2121
# define APPLE_HAS_MEMSET_S 1
2222
# elif (defined(TARGET_OS_VISION) && TARGET_OS_VISION)
2323
# define APPLE_HAS_MEMSET_S 1

Modules/_hacl/refresh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222

2323
# Update this when updating to a new version after verifying that the changes
2424
# the update brings in are good.
25-
expected_hacl_star_rev=cfbd2e5de9a4b053f18cbef2cae92c4f46f28e74
25+
expected_hacl_star_rev=7720f6d4fc0468a99d5ea6120976bcc271e42727
2626

2727
hacl_dir="$(realpath "$1")"
2828
cd "$(dirname "$0")"

0 commit comments

Comments
 (0)