diff options
author | Denis Kenzior <denkenz@gmail.com> | 2018-10-09 17:48:49 +0100 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-10-26 09:30:47 +0100 |
commit | 22447981fc050b5f1bdd0e7cbee89b4152a2b2d8 (patch) | |
tree | 9073d21c7ea2f794b921d09edb2a8eba9d838443 | |
parent | e1ea9f86023e7668604cc6456a818e5e4d0361c9 (diff) | |
download | linux-22447981fc050b5f1bdd0e7cbee89b4152a2b2d8.tar.bz2 |
KEYS: Move trusted.h to include/keys [ver #2]
Signed-off-by: Denis Kenzior <denkenz@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Marcel Holtmann <marcel@holtmann.org>
Reviewed-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: James Morris <james.morris@microsoft.com>
-rw-r--r-- | include/keys/trusted.h (renamed from security/keys/trusted.h) | 0 | ||||
-rw-r--r-- | security/keys/trusted.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/trusted.h b/include/keys/trusted.h index adbcb6817826..adbcb6817826 100644 --- a/security/keys/trusted.h +++ b/include/keys/trusted.h diff --git a/security/keys/trusted.c b/security/keys/trusted.c index 1c025fdfe0e0..ff6789365a12 100644 --- a/security/keys/trusted.c +++ b/security/keys/trusted.c @@ -30,7 +30,7 @@ #include <linux/tpm.h> #include <linux/tpm_command.h> -#include "trusted.h" +#include <keys/trusted.h> static const char hmac_alg[] = "hmac(sha1)"; static const char hash_alg[] = "sha1"; |