Remove mbedtls_ssl_conf_sig_hashes from comments

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-08-04 15:13:34 +01:00
parent 4e7b2543c7
commit 27a4cc9de2
4 changed files with 2 additions and 10 deletions

View File

@@ -137,7 +137,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size)
}
#endif
//There may be other options to add :
// mbedtls_ssl_conf_cert_profile, mbedtls_ssl_conf_sig_hashes
// mbedtls_ssl_conf_cert_profile
if (mbedtls_ssl_setup(&ssl, &conf) != 0) {
goto exit;