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

@ -1,5 +1,5 @@
/**
* \file ecp_function_alt.h
* \file ecp_internal.h
*
* \brief Function declarations for alternative implementation of elliptic curve
* point arithmetic.
@ -35,7 +35,6 @@ int ecp_alt_init( const mbedtls_ecp_group *grp );
#if defined(MBEDTLS_ECP_ALT_DEINIT)
void ecp_alt_deinit( const mbedtls_ecp_group *grp );
#endif
#if defined(MBEDTLS_ECP_RANDOMIZE_JAC_ALT)
int ecp_randomize_jac_alt( const mbedtls_ecp_group *grp, mbedtls_ecp_point *pt,

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)