Remove explicit link to MBEDTLS_CONFIG_FILE

This symbol is not declared in our code, so trying to explicitly
link to it causes a doxygen error.

Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
Bence Szépkúti
2021-06-28 15:15:56 +01:00
parent 5e2743f284
commit e55a821f0e
+1 -1
View File
@@ -4,7 +4,7 @@
* \brief Build-time configuration info
*
* Include this file if you need to depend on the
* configuration options defined in mbedtls_config.h or #MBEDTLS_CONFIG_FILE
* configuration options defined in mbedtls_config.h or MBEDTLS_CONFIG_FILE
*/
/*
* Copyright The Mbed TLS Contributors