forked from wolfSSL/wolfssl
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
This commit is contained in:
@@ -26,11 +26,13 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "ctc_settings.h" /* in case user set USE_FAST_MATH there */
|
||||
#include <config.h>
|
||||
/* in case user set USE_FAST_MATH there */
|
||||
#include <cyassl/ctaocrypt/ctc_settings.h>
|
||||
|
||||
#ifndef USE_FAST_MATH
|
||||
|
||||
#include "ctc_integer.h"
|
||||
#include <cyassl/ctaocrypt/ctc_integer.h>
|
||||
|
||||
|
||||
/* handle up to 6 inits */
|
||||
|
||||
Reference in New Issue
Block a user