ecp: Remove dependency on TLS and X.509
diff --git a/library/ecp.c b/library/ecp.c
index ecea591..77bb2c0 100644
--- a/library/ecp.c
+++ b/library/ecp.c
@@ -383,7 +383,7 @@
  * Curves are listed in order: largest curves first, and for a given size,
  * fastest curves first. This provides the default order for the SSL module.
  *
- * Reminder: update profiles in x509_crt.c when adding a new curves!
+ * Reminder: update profiles in Mbed TLS's x509_crt.c when adding new curves!
  */
 static const mbedtls_ecp_curve_info ecp_supported_curves[] =
 {