mirror of https://github.com/ARMmbed/mbed-os.git
Enable AES_ALT mode again (remove workaround)
parent
f9ac4d676d
commit
0673e24851
|
@ -20,9 +20,7 @@
|
||||||
#ifndef MBEDTLS_DEVICE_H
|
#ifndef MBEDTLS_DEVICE_H
|
||||||
#define MBEDTLS_DEVICE_H
|
#define MBEDTLS_DEVICE_H
|
||||||
|
|
||||||
/* FIXME: Don't enable AES hardware acceleration until issue #4928 is fixed.
|
#define MBEDTLS_AES_ALT
|
||||||
* (https://github.com/ARMmbed/mbed-os/issues/4928) */
|
|
||||||
/* #define MBEDTLS_AES_ALT */
|
|
||||||
|
|
||||||
#define MBEDTLS_SHA256_ALT
|
#define MBEDTLS_SHA256_ALT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue