diff options
| author | Peter Jones <pjones@redhat.com> | 2017-10-19 15:44:12 -0400 |
|---|---|---|
| committer | Peter Jones <pmjones@gmail.com> | 2018-03-12 16:21:43 -0400 |
| commit | dc62a3c4dc3dd590fbba32c46b717088a132eb5e (patch) | |
| tree | 71993be00c4695abd13d139346346bfb4c791d8d /lib/console.c | |
| parent | 1a44dbb8be12ef2a06d73b8eec07ac0acff27e68 (diff) | |
| download | efi-boot-shim-dc62a3c4dc3dd590fbba32c46b717088a132eb5e.tar.gz efi-boot-shim-dc62a3c4dc3dd590fbba32c46b717088a132eb5e.zip | |
Move includes around to clean the source tree up a bit.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/console.c')
| -rw-r--r-- | lib/console.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/console.c b/lib/console.c index 0f50851b..b647dd1f 100644 --- a/lib/console.c +++ b/lib/console.c @@ -15,14 +15,7 @@ #include <openssl/err.h> #include <openssl/crypto.h> -static EFI_GUID SHIM_LOCK_GUID = { 0x605dab50, 0xe046, 0x4300, {0xab, 0xb6, 0x3d, 0xd8, 0x10, 0xdd, 0x8b, 0x23} }; - -static int min(int a, int b) -{ - if (a < b) - return a; - return b; -} +#include "shim.h" static int count_lines(CHAR16 *str_arr[]) |
