Commit e7d961e9 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove spurious whitespace

parent 8e7677ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;