Commit c6ac5ab1 authored by David Howells's avatar David Howells Committed by Linus Torvalds

[PATCH] Add some key management specific error codes

Here's a patch to add some new error codes specific to key management.
Signed-Off-By: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6f1afa77
...@@ -96,5 +96,9 @@ ...@@ -96,5 +96,9 @@
#define ENOMEDIUM 123 /* No medium found */ #define ENOMEDIUM 123 /* No medium found */
#define EMEDIUMTYPE 124 /* Wrong medium type */ #define EMEDIUMTYPE 124 /* Wrong medium type */
#define ENOKEY 125 /* Required key not available */
#define EKEYEXPIRED 126 /* Key has expired */
#define EKEYREVOKED 127 /* Key has been revoked */
#define EKEYREJECTED 128 /* Key was rejected by service */
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment