mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 15:51:21 +00:00
Fix senseless comment
This commit is contained in:
parent
81535d0011
commit
e1b1d0af8e
|
@ -170,8 +170,8 @@ struct options
|
||||||
int selfsign; /* selfsign the certificate */
|
int selfsign; /* selfsign the certificate */
|
||||||
int is_ca; /* is a CA certificate */
|
int is_ca; /* is a CA certificate */
|
||||||
int max_pathlen; /* maximum CA path length */
|
int max_pathlen; /* maximum CA path length */
|
||||||
int authority_identifier; /* add authority identifier id to CRT */
|
int authority_identifier; /* add authority identifier to CRT */
|
||||||
int subject_identifier; /* add subject identifier id to CRT */
|
int subject_identifier; /* add subject identifier to CRT */
|
||||||
int basic_constraints; /* add basic constraints ext to CRT */
|
int basic_constraints; /* add basic constraints ext to CRT */
|
||||||
int version; /* CRT version */
|
int version; /* CRT version */
|
||||||
mbedtls_md_type_t md; /* Hash used for signing */
|
mbedtls_md_type_t md; /* Hash used for signing */
|
||||||
|
|
Loading…
Reference in a new issue