fix openssl

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-06-01 23:24:55 -04:00
parent aff9a6cee1
commit 5783427842
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
2 changed files with 7 additions and 1 deletions

View file

@ -105,6 +105,12 @@ for pkg in $packages; do
# ????????????????????????????????
filter_out vksc
# openssl
if [ "$PACKAGE" = openssl ]; then
filter_out rsaref
filter_in "openssl-"
fi
# ignore betas/alphas (remove if needed)
filter_out alpha
filter_out beta