Added (skeleton) ecp.[ch]
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index dac70e7..2493233 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -829,6 +829,18 @@
  * Caller:
  */
 #define POLARSSL_XTEA_C
+
+/**
+ * \def POLARSSL_ECP_C
+ *
+ * Enable the elliptic curve over GF(p) library.
+ *
+ * Module:  library/ecp.c
+ * Caller:
+ *
+ * Requires: POLARSSL_BIGNUM_C
+ */
+#define POLARSSL_ECP_C
 /* \} name */
 
 #endif /* config.h */