From b80c0b99347c52884cccc7c09775942acbcc0739 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Wed, 5 Apr 2017 18:08:00 +0200 Subject: Rename aes.h to uboot_aes.h aes.h is a too generic name if this file can be exported and used by a program. Rename it to avoid any conflicts with other files (for example, from openSSL). Signed-off-by: Stefano Babic --- tools/env/fw_env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/env/fw_env.h') diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index 05588ab6d5..0d7130a381 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -5,7 +5,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include +#include #include /* Pull in the current config to define the default environment */ -- cgit