diff --git a/ctaocrypt/src/hc128.c b/ctaocrypt/src/hc128.c index 1191cf894..97c924f7c 100644 --- a/ctaocrypt/src/hc128.c +++ b/ctaocrypt/src/hc128.c @@ -23,7 +23,11 @@ #ifndef NO_HC128 #include "ctc_hc128.h" -#include "ctc_misc.c" +#ifdef NO_INLINE + #include "ctc_misc.h" +#else + #include "ctc_misc.c" +#endif #ifdef BIG_ENDIAN_ORDER