diff options
| author | Tom Rini <[email protected]> | 2020-01-17 13:23:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-17 13:23:32 -0500 |
| commit | 2d2f91a480f6849a8548414003d36fa030d434f1 (patch) | |
| tree | 08667edb96f6a8efde767b10fabceafb746e3af7 /test/lib/Makefile | |
| parent | d7bb6aceb2e99a832efbb96f9bf480bf95602192 (diff) | |
| parent | 4df3578119b043d76b86b50077b06898fc2a4f62 (diff) | |
Merge branch '2020-01-17-improve-aes-support'
- Add support and tests for AES192 and AES256
Diffstat (limited to 'test/lib/Makefile')
| -rw-r--r-- | test/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile index 72d2ec74b5f..230068d5a00 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -8,3 +8,4 @@ obj-y += lmb.o obj-y += string.o obj-$(CONFIG_ERRNO_STR) += test_errno_str.o obj-$(CONFIG_UT_LIB_ASN1) += asn1.o +obj-$(CONFIG_AES) += test_aes.o |
