1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove alt_internal directory

This commit is contained in:
Janos Follath
2016-11-01 13:22:05 +00:00
committed by Simon Butcher
parent 372697b6b7
commit 47d28f08a6
2 changed files with 2 additions and 3 deletions

View File

@ -64,7 +64,7 @@
#define mbedtls_free free
#endif
#include "mbedtls/alt_internal/ecp_function_alt.h"
#include "mbedtls/ecp_internal.h"
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
!defined(inline) && !defined(__cplusplus)