]> git.baikalelectronics.ru Git - uboot.git/commit
Rename aes.h to uboot_aes.h
authorStefano Babic <sbabic@denx.de>
Wed, 5 Apr 2017 16:08:00 +0000 (18:08 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 12 Apr 2017 17:28:27 +0000 (13:28 -0400)
commit748b24ef854b55f07e75cf18675f4214525ce81a
treeefbfa25463deb03934fed40afa015e51cf8bebf5
parenta91e9c0b1876d3dad686305806f443983e5a5185
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 <sbabic@denx.de>
arch/arm/mach-tegra/tegra20/crypto.c
cmd/aes.c
common/env_common.c
include/aes.h [deleted file]
include/uboot_aes.h [new file with mode: 0644]
lib/aes.c
tools/env/fw_env.h