From: Denis Kenzior Date: Tue, 9 Oct 2018 16:48:49 +0000 (+0100) Subject: KEYS: Move trusted.h to include/keys [ver #2] X-Git-Tag: v5.15~7656^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22447981fc050b5f1bdd0e7cbee89b4152a2b2d8;p=platform%2Fkernel%2Flinux-starfive.git KEYS: Move trusted.h to include/keys [ver #2] Signed-off-by: Denis Kenzior Signed-off-by: David Howells Tested-by: Marcel Holtmann Reviewed-by: Marcel Holtmann Signed-off-by: James Morris --- diff --git a/security/keys/trusted.h b/include/keys/trusted.h similarity index 100% rename from security/keys/trusted.h rename to include/keys/trusted.h diff --git a/security/keys/trusted.c b/security/keys/trusted.c index 1c025fd..ff67893 100644 --- a/security/keys/trusted.c +++ b/security/keys/trusted.c @@ -30,7 +30,7 @@ #include #include -#include "trusted.h" +#include static const char hmac_alg[] = "hmac(sha1)"; static const char hash_alg[] = "sha1";