Revert "libc: minimal: Add error codes for key management"
This reverts commit 25fb2302f1364852a3763774d3e4cb6fb6d5c025.
The bluetooth l2cap code was using these errno values but changed to
using more standard EPERM instead, so lets remove the defines since
nothing uses them.
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
diff --git a/lib/libc/minimal/include/errno.h b/lib/libc/minimal/include/errno.h
index 471ec5a..4d2230c 100644
--- a/lib/libc/minimal/include/errno.h
+++ b/lib/libc/minimal/include/errno.h
@@ -126,12 +126,6 @@
#define ETIME 79 /* STREAMS timeout occurred */
#define ENOMSG 80 /* Unexpected message type */
-/* specific encryption errno values */
-#define ENOKEY 126 /* Required key not available */
-#define EKEYEXPIRED 127 /* Required key not available */
-#define EKEYREVOKED 128 /* Key has been revoked */
-#define EKEYREJECTED 129 /* Key was rejected by service */
-
#define EILSEQ 138 /* Illegal byte sequence */
#ifdef __cplusplus