mbedtls: fix small typo in the config file

This commit is contained in:
Mahavir Jain
2023-04-25 17:44:28 +05:30
parent 873ac173c4
commit 3fd171f092

View File

@@ -2996,7 +2996,7 @@
#endif #endif
/* This flag makes sure that we are not using /* This flag makes sure that we are not using
* any functino that is deprecated by mbedtls */ * any function that is deprecated by mbedtls */
#define MBEDTLS_DEPRECATED_REMOVED #define MBEDTLS_DEPRECATED_REMOVED
#endif /* ESP_CONFIG_H */ #endif /* ESP_CONFIG_H */