Skip to content

Commit

Permalink
Remove spurious whitespace
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <[email protected]>
(Merged from openssl#4778)
  • Loading branch information
mattcaswell committed Dec 4, 2017
1 parent 8e7677a commit e7d961e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssl/record/rec_layer_d1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e7d961e

Please sign in to comment.