Indeed
# xbps-query -X libssl35-2.2.4_1
gave nothing
but
# xbps-query -X libressl-openssl
ca-certificates-20150426_3
and
xbps-install -Su ca-certificates
[*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ...
x86_64-repodata: 934KB [avg rate: 4728MB/s]
[*] Updating `http://repo.voidlinux.eu/current/multilib/nonfree/x86_64-repodata' ...
[*] Updating `http://repo.voidlinux.eu/current/multilib/x86_64-repodata' ...
x86_64-repodata: 357KB [avg rate: 390MB/s]
[*] Updating `http://repo.voidlinux.eu/current/nonfree/x86_64-repodata' ...
libtls6-2.2.3_1 broken, needs `libcrypto35-2.2.4_3'
libtls6-2.2.3_1 broken, needs `libssl35-2.2.4_3'
Transaction aborted due to unresolved dependencies.


Op donderdag 29 oktober 2015 09:31:54 UTC schreef johnny goodbye:
After succesfully updating xbps-install
# xbps-install -Syu
[*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ...
x86_64-repodata: 934KB [avg rate: 3058KB/s]
[*] Updating `http://repo.voidlinux.eu/current/multilib/nonfree/x86_64-repodata' ...
[*] Updating `http://repo.voidlinux.eu/current/multilib/x86_64-repodata' ...
x86_64-repodata: 357KB [avg rate: 450MB/s]
[*] Updating `http://repo.voidlinux.eu/current/nonfree/x86_64-repodata' ...
MISSING: libssl35-2.2.4_1
Transaction aborted due to unresolved dependencies.

Then trying:
# xbps-install libssl35
libressl-2.2.3_1 broken, needs `libcrypto35-2.2.4_3'
libressl-openssl-2.2.3_1 broken, needs `libcrypto35-2.2.4_3'
libtls6-2.2.3_1 broken, needs `libcrypto35-2.2.4_3'
libressl-2.2.3_1 broken, needs `libssl35-2.2.4_3'
libressl-openssl-2.2.3_1 broken, needs `libssl35-2.2.4_3'
libtls6-2.2.3_1 broken, needs `libssl35-2.2.4_3'
Transaction aborted due to unresolved dependencies.

then
# xbps-install libssl35 libcrypto35 libressl libressl-openssl libtls6
MISSING: libssl35-2.2.4_1
Transaction aborted due to unresolved dependencies.


How to solve?