aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-09-16 02:38:29 +0100
committerMichael Brown <mcb30@etherboot.org>2008-09-25 01:55:48 +0100
commit9c71949d1fd59701664a71d52f6fa841c1661b89 (patch)
treebf0277bfb98a3cb636bf12d03df1b147d7c6dbd4
parent539f94b9805ec4ccb7e526f7043161068727ad41 (diff)
downloadipxe-9c71949d1fd59701664a71d52f6fa841c1661b89.zip
ipxe-9c71949d1fd59701664a71d52f6fa841c1661b89.tar.gz
ipxe-9c71949d1fd59701664a71d52f6fa841c1661b89.tar.bz2
[crypto] Remove spurious #include "config.h"
-rw-r--r--src/crypto/axtls/bigint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/axtls/bigint.h b/src/crypto/axtls/bigint.h
index 5a13c5a..f9a3c70 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