projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e7677a
)
Remove spurious whitespace
author
Matt Caswell
<matt@openssl.org>
Mon, 27 Nov 2017 11:41:26 +0000
(11:41 +0000)
committer
Matt Caswell
<matt@openssl.org>
Mon, 4 Dec 2017 13:31:48 +0000
(13:31 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4778)
ssl/record/rec_layer_d1.c
patch
|
blob
|
history
diff --git
a/ssl/record/rec_layer_d1.c
b/ssl/record/rec_layer_d1.c
index c5857a10d27c6bf8b4e03933c4a0756f9808e141..596ea2ec46ecb1e1529fea664380d51276b2cc22 100644
(file)
--- a/
ssl/record/rec_layer_d1.c
+++ b/
ssl/record/rec_layer_d1.c
@@
-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;