mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Remove spurious whitespace
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4778)
This commit is contained in:
parent
8e7677aeac
commit
e7d961e994
@ -641,7 +641,6 @@ int dtls1_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf,
|
||||
/* Fail if we encountered a fatal error */
|
||||
if (ossl_statem_in_error(s))
|
||||
return -1;
|
||||
|
||||
}
|
||||
SSL3_RECORD_set_length(rr, 0);
|
||||
goto start;
|
||||
|
Loading…
Reference in New Issue
Block a user