apk: better messaging when crypto init fails

Aydin Mercan 2022-08-10 16:39:47 +03:00
parent c1e106d9e9
commit 6dccdfc791
Signed by: jaiden
SSH Key Fingerprint: SHA256:vy6hjzotbn/MWZAbjzURNk3NL62EPkjoHsJ5xr/s7nk
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ int main(int argc, char **argv)
}
if (apk_crypto_init() != 0) {
apk_err(out, "failure to initialize");
apk_err(out, "Failure to initialize cryptographic functionality");
return 1;
}