tools/libressl: update to 4.0.0
authorRosen Penev <rosenp@gmail.com>
Thu, 7 Nov 2024 23:04:28 +0000 (15:04 -0800)
committerNick Hainke <vincent@systemli.org>
Fri, 28 Mar 2025 14:39:26 +0000 (15:39 +0100)
commit21cece29e9eebc397eadee259e60c7fc44828cce
tree2c9ece599ad18be5c152d79f66e931f5505a2522
parenta1bf306bb71cfaf7e98c15320a6f3f487935f1b5
tools/libressl: update to 4.0.0

Stable version. Odd versions are betas.

Added static patch to rename some ecdsa symbols that conflict with
u-boot's mkimage.

These symbols are not exported by default but because OpenWrt uses a
static libressl, they are present and conflict with mkimage's libecdsa.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16901
Signed-off-by: Nick Hainke <vincent@systemli.org>
tools/libressl/Makefile
tools/libressl/patches/010-static.patch [new file with mode: 0644]