mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
Fix typo in comments
This commit is contained in:
parent
cabf4b83ab
commit
b63e3dd752
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ extern const char test_ca_list[];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convenience for users who just want a certificate:
|
* Convenience for users who just want a certificate:
|
||||||
* RSA by default, or ECDSA if RSA i not available
|
* RSA by default, or ECDSA if RSA is not available
|
||||||
*/
|
*/
|
||||||
extern const char *test_ca_crt;
|
extern const char *test_ca_crt;
|
||||||
extern const char *test_ca_key;
|
extern const char *test_ca_key;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue