aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jeremy.kerr@canonical.com>2012-08-10 14:31:56 +0800
committerJeremy Kerr <jeremy.kerr@canonical.com>2012-08-10 14:31:56 +0800
commitce1689436eb79b3ceb8b32e72b1f511e45907c88 (patch)
tree5b15c0afe794236e69e61a804a807af3d888b6d8
parent6e4b3edcfb944b2fa776cdd7dfc9815d63ae798b (diff)
downloadsbsigntools-ce1689436eb79b3ceb8b32e72b1f511e45907c88.tar.gz
efivars: rename efi variable header
We'd like to add some other definitions to this, so give it a more generic name. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
-rw-r--r--efivars.h (renamed from efi-varauth.h)0
-rw-r--r--sbvarsign.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/efi-varauth.h b/efivars.h
index 742e0e0..742e0e0 100644
--- a/efi-varauth.h
+++ b/efivars.h
diff --git a/sbvarsign.c b/sbvarsign.c
index 5f9f7dc..5017203 100644
--- a/sbvarsign.c
+++ b/sbvarsign.c
@@ -54,7 +54,7 @@
#include <ccan/read_write_all/read_write_all.h>
#include <ccan/talloc/talloc.h>
-#include "efi-varauth.h"
+#include "efivars.h"
#include "fileio.h"
static const char *toolname = "sbvarsign";