diff options
| author | Stefano Babic <[email protected]> | 2017-04-05 18:08:00 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-12 13:28:27 -0400 |
| commit | b80c0b99347c52884cccc7c09775942acbcc0739 (patch) | |
| tree | efbfa25463deb03934fed40afa015e51cf8bebf5 /lib | |
| parent | 40a808f173008729a0c631ab84693b6a2b0dcfc9 (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 <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aes.c b/lib/aes.c index 9d7a0a1c118..d6144e61d6e 100644 --- a/lib/aes.c +++ b/lib/aes.c @@ -27,7 +27,7 @@ #else #include <string.h> #endif -#include "aes.h" +#include "uboot_aes.h" /* forward s-box */ static const u8 sbox[256] = { |
