allow ecc.c to read settings

This commit is contained in:
toddouska
2012-11-14 17:55:20 -08:00
parent 5767db4cb5
commit 3130f0da28

View File

@ -20,12 +20,15 @@
*/
#ifdef HAVE_ECC
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* in case user set HAVE_ECC there */
#include <cyassl/ctaocrypt/settings.h>
#ifdef HAVE_ECC
#include <cyassl/ctaocrypt/ecc.h>
#include <cyassl/ctaocrypt/asn.h>
#include <cyassl/ctaocrypt/error.h>