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: v4.20-rc1~29^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=22447981fc050b5f1bdd0e7cbee89b4152a2b2d8;p=linux.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 1c025fdfe0e0..ff6789365a12 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";