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:
@@ -19,14 +19,15 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifndef NO_AES
|
||||
|
||||
#include "ctc_aes.h"
|
||||
#include "ctc_error.h"
|
||||
#include "cyassl_logging.h"
|
||||
#include <cyassl/ctaocrypt/ctc_aes.h>
|
||||
#include <cyassl/ctaocrypt/ctc_error.h>
|
||||
#include <cyassl/ctaocrypt/cyassl_logging.h>
|
||||
#ifdef NO_INLINE
|
||||
#include "ctc_misc.h"
|
||||
#include <cyassl/ctaocrypt/ctc_misc.h>
|
||||
#else
|
||||
#include "ctc_misc.c"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user