Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index d202a68..99dec91 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -1760,7 +1760,7 @@
 #define MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE
 
 /**
- * \def MBEDTLS_X509_INFO
+ * \def MBEDTLS_X509_REMOVE_INFO
  *
  * Enable mbedtls_x509_*_info() and related APIs.
  *
@@ -1768,7 +1768,7 @@
  * and other functions/constants only used by these functions, thus reducing
  * the code footprint by several KB.
  */
-#define MBEDTLS_X509_INFO
+//#define MBEDTLS_X509_REMOVE_INFO
 
 /**
  * \def MBEDTLS_X509_RSASSA_PSS_SUPPORT