summaryrefslogtreecommitdiff
path: root/httpboot.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-11-02 18:05:12 -0400
committerPeter Jones <pjones@redhat.com>2017-12-19 16:52:01 -0500
commit97a3f6cf94365141b98363d29a88865f6876e5a6 (patch)
tree6d1085aa05db0517ec9040ee33a40388adf348e0 /httpboot.c
parentb9e81483bb96b1fb471a981dff625807eb0a58ca (diff)
downloadefi-boot-shim-97a3f6cf94365141b98363d29a88865f6876e5a6.tar.gz
efi-boot-shim-97a3f6cf94365141b98363d29a88865f6876e5a6.zip
"in_protocol" is used in more than shim.o; make it not static.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'httpboot.c')
-rw-r--r--httpboot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/httpboot.c b/httpboot.c
index e4657c12..058704f8 100644
--- a/httpboot.c
+++ b/httpboot.c
@@ -38,8 +38,6 @@
#include "Ip4Config2.h"
#include "Ip6Config.h"
-extern UINT8 in_protocol;
-
#define perror(fmt, ...) ({ \
UINTN __perror_ret = 0; \
if (!in_protocol) \