Skip to content

Commit 9cfb639

Browse files
Re-build all BearSSL for sanity, completeness
1 parent 670d812 commit 9cfb639

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

include/bearssl/bearssl_git.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
2-
#define BEARSSL_GIT c2c9d9d
2+
#define BEARSSL_GIT 5b7f3d5

lib/rp2040/libbearssl.a

0 Bytes
Binary file not shown.

lib/rp2350-riscv/libbearssl.a

-683 KB
Binary file not shown.

lib/rp2350/libbearssl.a

-496 KB
Binary file not shown.

tools/libbearssl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all2rv: bearssl/README.txt
2222
PATH="$(PWD)/../../system/riscv32-unknown-elf/bin/:$(PATH)" && riscv32-unknown-elf-gcc --version && cd bearssl && $(MAKE) CONF=pico2rv clean all
2323

2424
install2rv: all2rv version-header
25-
cp bearssl/picorv/libbearssl.a ../../lib/rp2350-riscv/.
25+
cp bearssl/pico2rv/libbearssl.a ../../lib/rp2350-riscv/.
2626
ar d ../../lib/rp2350-riscv/libbearssl.a `ar t ../../lib/rp2350-riscv/libbearssl.a | egrep 'x86|sse|pwr8|i62|m32|m62|m64|ct64|ctmul64'` # Remove unneeded objects
2727
cp bearssl/inc/bearssl*.h ../../include/bearssl/.
2828

0 commit comments

Comments
 (0)