Update IPv6 comments in config.h
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 6ad4e02..0a64092 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -106,7 +106,7 @@
  * \def POLARSSL_HAVE_IPV6
  *
  * System supports the basic socket interface for IPv6 (RFC 3493),
- * specifically getaddrinfo().
+ * specifically getaddrinfo(), freeaddrinfo() and struct sockaddr_storage.
  *
  * Comment if your system does not support the IPv6 socket interface
  */