make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config

This commit is contained in:
toddouska
2013-04-10 11:04:29 -07:00
parent 185331f007
commit 97e0ec073f
36 changed files with 70 additions and 5 deletions

View File

@@ -23,6 +23,8 @@
#include <config.h>
#endif
#include <cyassl/ctaocrypt/settings.h>
#ifndef NO_AES
#include <cyassl/ctaocrypt/aes.h>