-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to BearSSL version lost in GCC10 update (#7453)
The GCC10 PR accidentally reverted to an older BearSSL commit. There should be no code changes, but to keep everything clean move it back ahead to the proper commit.
- Loading branch information
1 parent
e58bb60
commit f809131
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile | ||
#define BEARSSL_GIT 5c771be | ||
#define BEARSSL_GIT 149e503 |
Binary file not shown.
Submodule bearssl
updated
4 files
+8 −14 | src/ec/ec_p256_m15.c | |
+8 −14 | src/ec/ec_p256_m31.c | |
+7 −3 | src/ec/ec_prime_i15.c | |
+10 −3 | src/ec/ec_prime_i31.c |