Files
openwrt-packages/libs/gost_engine/pre-test.sh
Eneas U de Queiroz 36deed27b6 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>
2025-11-14 11:26:46 -03:00

3 lines
31 B
Bash

#!/bin/sh
apk add openssl-util