mirror of
git://git.musl-libc.org/musl
synced 2025-01-10 08:39:56 +00:00
add missing strerror text for key management
This commit is contained in:
parent
3b7b415557
commit
5690668a1b
@ -102,3 +102,7 @@ E(EDQUOT, "Quota exceeded")
|
||||
E(ENOMEDIUM, "No medium found")
|
||||
E(EMEDIUMTYPE, "Wrong medium type")
|
||||
E(EMULTIHOP, "Multihop attempted")
|
||||
E(ENOKEY, "Required key not available")
|
||||
E(EKEYEXPIRED, "Key has expired")
|
||||
E(EKEYREVOKED, "Key has been revoked")
|
||||
E(EKEYREJECTED, "Key was rejected by service")
|
||||
|
Loading…
Reference in New Issue
Block a user