mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:05:36 +01:00
- Fixed typo
This commit is contained in:
parent
0e19e9ff1c
commit
6adff7497a
@ -391,8 +391,8 @@ struct _ssl_context
|
||||
|
||||
int max_major_ver; /*!< max. major version from client */
|
||||
int max_minor_ver; /*!< max. minor version from client */
|
||||
int min_minor_ver; /*!< min. major version accepted */
|
||||
int min_major_ver; /*!< min. minor version accepted */
|
||||
int min_major_ver; /*!< min. major version accepted */
|
||||
int min_minor_ver; /*!< min. minor version accepted */
|
||||
|
||||
/*
|
||||
* Callbacks (RNG, debug, I/O, verification)
|
||||
|
Loading…
Reference in New Issue
Block a user