From: Matt Caswell Date: Mon, 27 Nov 2017 11:41:26 +0000 (+0000) Subject: Remove spurious whitespace X-Git-Tag: OpenSSL_1_1_1-pre1~381 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e7d961e994620dd5dee6d80794a07fb9de1bab66;p=oweals%2Fopenssl.git Remove spurious whitespace Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4778) --- diff --git a/ssl/record/rec_layer_d1.c b/ssl/record/rec_layer_d1.c index c5857a10d2..596ea2ec46 100644 --- 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;