mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-05 05:59:38 +00:00
Fix some formatting nits
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4778)
This commit is contained in:
parent
e7d961e994
commit
dd5a4279f9
@ -3240,7 +3240,8 @@ int tls_client_key_exchange_post_work(SSL *s)
|
|||||||
sizeof(sctpauthkey), labelbuffer,
|
sizeof(sctpauthkey), labelbuffer,
|
||||||
sizeof(labelbuffer), NULL, 0, 0) <= 0) {
|
sizeof(labelbuffer), NULL, 0, 0) <= 0) {
|
||||||
SSLfatal(s, SSL_AD_INTERNAL_ERROR,
|
SSLfatal(s, SSL_AD_INTERNAL_ERROR,
|
||||||
SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK, ERR_R_INTERNAL_ERROR);
|
SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK,
|
||||||
|
ERR_R_INTERNAL_ERROR);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user