forked from wolfSSL/wolfssl
duplicated fe_init for non-configure based IDE
This commit is contained in:
@@ -55,7 +55,11 @@ void lm_copy(byte* x, const byte* a)
|
|||||||
x[i] = a[i];
|
x[i] = a[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef FREESCALE_LTC_ECC
|
#if ((defined(HAVE_CURVE25519) && !defined(CURVE25519_SMALL)) || \
|
||||||
|
(defined(HAVE_ED25519) && !defined(ED25519_SMALL))) && \
|
||||||
|
!defined(FREESCALE_LTC_ECC)
|
||||||
|
/* to be Complementary to fe_low_mem.c */
|
||||||
|
#else
|
||||||
void fe_init()
|
void fe_init()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user