diff options
author | Martin Willi <martin@strongswan.org> | 2008-04-04 11:13:14 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-04-04 11:13:14 +0000 |
commit | 67d147e8882e39b669dc0487df2081f26fcaea27 (patch) | |
tree | 4478444c9a59d6fb5785871e7464262f21e00d70 /src | |
parent | 4c7e6112c5b70d933052a561076057fad46fb47f (diff) | |
download | strongswan-67d147e8882e39b669dc0487df2081f26fcaea27.tar.bz2 strongswan-67d147e8882e39b669dc0487df2081f26fcaea27.tar.xz |
removed unused gmp.h to build libstrongswan without libgmp
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/asn1/asn1.h | 1 | ||||
-rw-r--r-- | src/libstrongswan/plugins/x509/x509_cert.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/asn1/asn1.h b/src/libstrongswan/asn1/asn1.h index 432214766..e0126a3b3 100644 --- a/src/libstrongswan/asn1/asn1.h +++ b/src/libstrongswan/asn1/asn1.h @@ -26,7 +26,6 @@ #define ASN1_H_ #include <stdarg.h> -#include <gmp.h> #include <library.h> #include <asn1/oid.h> diff --git a/src/libstrongswan/plugins/x509/x509_cert.c b/src/libstrongswan/plugins/x509/x509_cert.c index ab32e13c3..f427734bf 100644 --- a/src/libstrongswan/plugins/x509/x509_cert.c +++ b/src/libstrongswan/plugins/x509/x509_cert.c @@ -23,7 +23,6 @@ #include "x509_cert.h" -#include <gmp.h> #include <sys/stat.h> #include <unistd.h> #include <string.h> |