fix typo error

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-01-25 17:22:12 +08:00
parent 53037894ab
commit 0b994b8061

View File

@ -6494,7 +6494,7 @@ static int ssl_preset_suiteb_hashes[] = {
#endif /* !MBEDTLS_DEPRECATED_REMOVED */ #endif /* !MBEDTLS_DEPRECATED_REMOVED */
/* NOTICE: /* NOTICE:
* For ssl_preset_*_sig_algs and ssl_tls12_preset_*_sig_algs, the folloing * For ssl_preset_*_sig_algs and ssl_tls12_preset_*_sig_algs, the following
* rules SHOULD be upheld. * rules SHOULD be upheld.
* - No duplicate entries. * - No duplicate entries.
* - But if there is a good reason, do not change the order of the algorithms. * - But if there is a good reason, do not change the order of the algorithms.