logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: 3ee3129f3a5197267a8c2c0b7deeb2c33f8e1aee
parent 2152168f7f0f1dcecd7c46bf6e9dcb0cb6c25c34
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 14 Sep 2025 08:20:37 +0200

dev-libs/bearssl: Increase BR_MAX_RSA_SIZE to 8192

Diffstat:

Mdev-libs/bearssl/bearssl-0.6_p20241009.ebuild2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dev-libs/bearssl/bearssl-0.6_p20241009.ebuild b/dev-libs/bearssl/bearssl-0.6_p20241009.ebuild @@ -22,6 +22,8 @@ src_prepare() { default rm T0Comp.exe || die + + sed -i 's;^#define BR_MAX_RSA_SIZE.*;#define BR_MAX_RSA_SIZE 8192;' src/inner.h || die } src_compile() {