mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 03:51:00 +00:00
comment alignment
This commit is contained in:
parent
d2235f2a41
commit
154feb21e8
|
@ -483,7 +483,7 @@ struct options
|
|||
const char *cid_val; /* the CID to use for incoming messages */
|
||||
const char *cid_val_renego; /* the CID to use for incoming messages
|
||||
* after renegotiation */
|
||||
int reproducible; /* make communication reproducible */
|
||||
int reproducible; /* make communication reproducible */
|
||||
} opt;
|
||||
|
||||
int query_config( const char *config );
|
||||
|
|
|
@ -598,7 +598,7 @@ struct options
|
|||
const char *cid_val; /* the CID to use for incoming messages */
|
||||
const char *cid_val_renego; /* the CID to use for incoming messages
|
||||
* after renegotiation */
|
||||
int reproducible; /* make communication reproducible */
|
||||
int reproducible; /* make communication reproducible */
|
||||
} opt;
|
||||
|
||||
int query_config( const char *config );
|
||||
|
|
Loading…
Reference in a new issue