commit | 4a2430806b3319d036f60df8934e08ac39140c7a | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Wed Apr 05 18:08:00 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 12 13:28:27 2017 -0400 |
tree | efbfa25463deb03934fed40afa015e51cf8bebf5 | |
parent | 7ebca7ed9f73ca948880ea3852e646ad0fe29b48 [diff] |
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>