mirror of https://github.com/ARMmbed/mbed-os.git
Fix MD5 link issue
parent
192de3f4ec
commit
143b44815d
|
@ -17,8 +17,8 @@
|
|||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
#if defined(MBEDTLS_MD5_C)
|
||||
#include "mbedtls/md5.h"
|
||||
#if defined(MBEDTLS_MD5_C)
|
||||
|
||||
#if defined(MBEDTLS_MD5_ALT)
|
||||
#include "mbedtls/platform.h"
|
||||
|
|
Loading…
Reference in New Issue