diff options
author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-24 16:24:23 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-24 16:24:23 -0400 |
commit | f892ac66084ab0315adb0c52e4a39b518730d023 (patch) | |
tree | 0b41430bab3e1cf51e37476a5e6548f639cb7ec6 /include/security_policy.h | |
parent | 6215e920e71f5c6c43189f27b755e7a3238ad396 (diff) | |
download | efi-boot-shim-upstream/15+1531942534.dd3230d.tar.gz efi-boot-shim-upstream/15+1531942534.dd3230d.zip |
New upstream version 15+1531942534.dd3230dupstream/15+1531942534.dd3230d
Diffstat (limited to 'include/security_policy.h')
-rw-r--r-- | include/security_policy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/security_policy.h b/include/security_policy.h index 7854db11..7cfbfd03 100644 --- a/include/security_policy.h +++ b/include/security_policy.h @@ -1,5 +1,5 @@ -#ifndef _SHIM_LIB_SECURITY_POLICY_H -#define _SHIM_LIB_SECURITY_POLICY_H 1 +#ifndef SHIM_SECURITY_POLICY_H +#define SHIM_SECURITY_POLICY_H #if defined(OVERRIDE_SECURITY_POLICY) typedef EFI_STATUS (*SecurityHook) (void *data, UINT32 len); @@ -12,4 +12,4 @@ void security_protocol_set_hashes(unsigned char *esl, int len); #endif /* OVERRIDE_SECURITY_POLICY */ -#endif /* SHIM_LIB_SECURITY_POLICY_H */ +#endif /* SHIM_SECURITY_POLICY_H */ |