mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 09:02:20 +00:00
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>
This commit is contained in:
parent
40a808f173
commit
b80c0b9934
6 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include "aes.h"
|
||||
#include "uboot_aes.h"
|
||||
|
||||
/* forward s-box */
|
||||
static const u8 sbox[256] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue