gost_engine: fix and improve CI test

The test script was still using opkg to install openssl-util.  Use apk
instead, and move it to pre-test.sh so that openssl installation will
not depend on the order that the packages are tested.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz
2025-11-14 08:52:10 -03:00
parent c139d95e95
commit 36deed27b6
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/sh
apk add openssl-util

View File

@@ -50,7 +50,6 @@ run_cipher_test() {
case "$1" in case "$1" in
libopenssl-gost_engine) libopenssl-gost_engine)
opkg install openssl-util
run_md_test \ run_md_test \
md_gost12_256 \ md_gost12_256 \
012345678901234567890123456789012345678901234567890123456789012 \ 012345678901234567890123456789012345678901234567890123456789012 \