mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-24 05:00:45 -04:00
Fix typos in comments
Signed-off-by: Max Fillinger <maximilian.fillinger@foxcrypto.com>
This commit is contained in:
parent
155cea0900
commit
dbe864569e
@ -541,7 +541,7 @@ struct options {
|
|||||||
int reproducible; /* make communication reproducible */
|
int reproducible; /* make communication reproducible */
|
||||||
int skip_close_notify; /* skip sending the close_notify alert */
|
int skip_close_notify; /* skip sending the close_notify alert */
|
||||||
const char *exp_label; /* label to input into mbedtls_ssl_export_keying_material() */
|
const char *exp_label; /* label to input into mbedtls_ssl_export_keying_material() */
|
||||||
int exp_len; /* Lenght of key to export using mbedtls_ssl_export_keying_material() */
|
int exp_len; /* Length of key to export using mbedtls_ssl_export_keying_material() */
|
||||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||||
int early_data; /* early data enablement flag */
|
int early_data; /* early data enablement flag */
|
||||||
#endif
|
#endif
|
||||||
|
@ -615,7 +615,7 @@ struct options {
|
|||||||
int event; /* loop or event-driven IO? level or edge triggered? */
|
int event; /* loop or event-driven IO? level or edge triggered? */
|
||||||
uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */
|
uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */
|
||||||
const char *exp_label; /* label to input into mbedtls_ssl_export_keying_material() */
|
const char *exp_label; /* label to input into mbedtls_ssl_export_keying_material() */
|
||||||
int exp_len; /* Lenght of key to export using mbedtls_ssl_export_keying_material() */
|
int exp_len; /* Length of key to export using mbedtls_ssl_export_keying_material() */
|
||||||
int response_size; /* pad response with header to requested size */
|
int response_size; /* pad response with header to requested size */
|
||||||
uint16_t buffer_size; /* IO buffer size */
|
uint16_t buffer_size; /* IO buffer size */
|
||||||
const char *ca_file; /* the file with the CA certificate(s) */
|
const char *ca_file; /* the file with the CA certificate(s) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user