projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d7e1c4
)
KEYS: include header for EINVAL definition
author
Clay Chang
<clayc@hpe.com>
Sun, 7 Jan 2024 13:28:42 +0000
(21:28 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 26 Jan 2024 08:39:32 +0000
(16:39 +0800)
This patch includes linux/errno.h to address the issue of 'EINVAL' being
undeclared.
Signed-off-by: Clay Chang <clayc@hpe.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/public_key.h
patch
|
blob
|
history
diff --git
a/include/crypto/public_key.h
b/include/crypto/public_key.h
index 462f8a34cdf872b17111abf68b4eeb9a8577b6b2..b7f308977c84371c1afecf5c50d0e6b1a6e77234 100644
(file)
--- a/
include/crypto/public_key.h
+++ b/
include/crypto/public_key.h
@@
-10,6
+10,7
@@
#ifndef _LINUX_PUBLIC_KEY_H
#define _LINUX_PUBLIC_KEY_H
+#include <linux/errno.h>
#include <linux/keyctl.h>
#include <linux/oid_registry.h>