mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
afalg_engine: CI: use apk
Use apk to install openssl-util in the package's test.sh. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
test_afalg_engine() {
|
test_afalg_engine() {
|
||||||
opkg install openssl-util
|
apk add openssl-util
|
||||||
openssl engine -t -c -v -pre DUMP_INFO afalg
|
openssl engine -t -c -v -pre DUMP_INFO afalg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user