diff options
-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 @@ | |||
30 | #include <linux/tpm.h> | 30 | #include <linux/tpm.h> |
31 | #include <linux/tpm_command.h> | 31 | #include <linux/tpm_command.h> |
32 | 32 | ||
33 | #include "trusted.h" | 33 | #include <keys/trusted.h> |
34 | 34 | ||
35 | static const char hmac_alg[] = "hmac(sha1)"; | 35 | static const char hmac_alg[] = "hmac(sha1)"; |
36 | static const char hash_alg[] = "sha1"; | 36 | static const char hash_alg[] = "sha1"; |