mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix typos
This commit is contained in:
parent
c6ece49890
commit
1ebc0c592c
5 changed files with 8 additions and 8 deletions
|
|
@ -136,7 +136,7 @@ struct options
|
|||
int ticket_timeout; /* session ticket lifetime */
|
||||
int cache_max; /* max number of session cache entries */
|
||||
int cache_timeout; /* expiration delay of session cache entries */
|
||||
char *sni; /* string decribing sni information */
|
||||
char *sni; /* string describing sni information */
|
||||
const char *alpn_string; /* ALPN supported protocols */
|
||||
} opt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue