mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Revert whitespace fixes to third_party (#501)
This commit is contained in:
parent
d4000bb8f7
commit
9de3d8f1e6
365 changed files with 39190 additions and 39211 deletions
6
third_party/mbedtls/ssl.h
vendored
6
third_party/mbedtls/ssl.h
vendored
|
@ -1514,7 +1514,7 @@ void mbedtls_ssl_set_verify( mbedtls_ssl_context *, int (*)(void *, mbedtls_x509
|
|||
* MBEDTLS_ERR_XXX_ALLOC_FAILED on memory allocation error.
|
||||
*/
|
||||
forceinline int mbedtls_ssl_config_defaults( mbedtls_ssl_config *conf,
|
||||
int endpoint, int transport,
|
||||
int endpoint, int transport,
|
||||
int preset ) {
|
||||
int mbedtls_ssl_config_defaults_impl(mbedtls_ssl_config *, int, int, int,
|
||||
int (*)(mbedtls_ssl_context *));
|
||||
|
@ -1522,13 +1522,13 @@ forceinline int mbedtls_ssl_config_defaults( mbedtls_ssl_config *conf,
|
|||
#if defined(MBEDTLS_SSL_CLI_C)
|
||||
case MBEDTLS_SSL_IS_CLIENT:
|
||||
return mbedtls_ssl_config_defaults_impl(
|
||||
conf, endpoint, transport, preset,
|
||||
conf, endpoint, transport, preset,
|
||||
mbedtls_ssl_handshake_client_step);
|
||||
#endif
|
||||
#if defined(MBEDTLS_SSL_SRV_C)
|
||||
case MBEDTLS_SSL_IS_SERVER:
|
||||
return mbedtls_ssl_config_defaults_impl(
|
||||
conf, endpoint, transport, preset,
|
||||
conf, endpoint, transport, preset,
|
||||
mbedtls_ssl_handshake_server_step);
|
||||
#endif
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue