diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-14 08:39:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-21 07:43:31 -0500 |
commit | c6831c74a9e9dbedc351de94d23d35188ae1a39b (patch) | |
tree | ec3444def18bc20f81dce3594b01dfdba9097949 /tools/env/aes.c | |
parent | 042de609ed49cfc41afb13639850c7b01079a527 (diff) |
env: Remove CONFIG_ENV_AES support
This support has been deprecated since v2017.09 due to security issues.
We now remove this support.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/env/aes.c')
-rw-r--r-- | tools/env/aes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/env/aes.c b/tools/env/aes.c deleted file mode 100644 index 9e42679e34..0000000000 --- a/tools/env/aes.c +++ /dev/null @@ -1 +0,0 @@ -#include "../../lib/aes.c" |