Rollback #if condition
This commit is contained in:
parent
ecd2e75564
commit
66e59e4a6a
@ -55,17 +55,15 @@ void lm_copy(byte* x, const byte* a)
|
||||
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 */
|
||||
/* to be Complementary to fe_operations.c */
|
||||
#else
|
||||
void fe_init()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CURVE25519_SMALL
|
||||
|
||||
|
@ -119,6 +119,7 @@ void fe_0(fe h)
|
||||
#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 */
|
||||
void fe_init()
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user