diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-09-16 02:38:29 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-09-25 01:55:48 +0100 |
commit | 9c71949d1fd59701664a71d52f6fa841c1661b89 (patch) | |
tree | bf0277bfb98a3cb636bf12d03df1b147d7c6dbd4 | |
parent | 539f94b9805ec4ccb7e526f7043161068727ad41 (diff) | |
download | ipxe-9c71949d1fd59701664a71d52f6fa841c1661b89.tar.gz |
[crypto] Remove spurious #include "config.h"
-rw-r--r-- | src/crypto/axtls/bigint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/axtls/bigint.h b/src/crypto/axtls/bigint.h index 5a13c5ae4..f9a3c70b4 100644 --- a/src/crypto/axtls/bigint.h +++ b/src/crypto/axtls/bigint.h @@ -19,8 +19,6 @@ #ifndef BIGINT_HEADER #define BIGINT_HEADER -#include "config.h" - /* enable features based on a 'super-set' capbaility. */ #if defined(CONFIG_SSL_FULL_MODE) #define CONFIG_SSL_ENABLE_CLIENT |