Bläddra i källkod

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>
Denis Kenzior 6 år sedan
förälder
incheckning
22447981fc
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. 0 0
      include/keys/trusted.h
  2. 1 1
      security/keys/trusted.c

+ 0 - 0
security/keys/trusted.h → include/keys/trusted.h


+ 1 - 1
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";