aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-25 08:57:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-03-13 12:28:27 +0000
commitc3c4721f2e9c00ae8dd8d1f7bb4061873c1e915a (patch)
tree4516ef791c1563a85e27170cc4b9e0e6d3249d9a
parent1425940e8220609bafce2eecde3e679cf48d4647 (diff)
downloadmkinitfs-c3c4721f2e9c00ae8dd8d1f7bb4061873c1e915a.tar.bz2
mkinitfs-c3c4721f2e9c00ae8dd8d1f7bb4061873c1e915a.tar.xz
init: pull in libressl instead of openssl for encrypted apkovl
ref #6689
-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"