mirror of https://github.com/ARMmbed/mbed-os.git
Move MBEDTLS_MD5_C from mbetdls_device.h to targets.json
parent
11c7906546
commit
d4d7dad045
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* mbedtls_device.h
|
* mbedtls_device.h
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
* Copyright (c) 2017, STMicroelectronics
|
* Copyright (c) 2017, STMicroelectronics
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
@ -26,4 +26,7 @@
|
||||||
|
|
||||||
#define MBEDTLS_SHA1_ALT
|
#define MBEDTLS_SHA1_ALT
|
||||||
|
|
||||||
|
#define MBEDTLS_MD5_ALT
|
||||||
|
|
||||||
|
#define MBEDTLS_MD5_C
|
||||||
#endif /* MBEDTLS_DEVICE_H */
|
#endif /* MBEDTLS_DEVICE_H */
|
||||||
|
|
Loading…
Reference in New Issue