aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinitramfs-init.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-init.in b/initramfs-init.in
index f4cd274..adcc7be 100755
--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -55,7 +55,7 @@ unpack_apkovl() {
fi
# we need openssl. let apk handle deps
- apk add --quiet --initdb --repositories-file $repofile openssl || return 1
+ apk add --quiet --initdb --repositories-file $repofile libressl || return 1
if ! openssl list-cipher-commands | grep "^$suffix$" > /dev/null; then
errstr="Cipher $suffix is not supported"