Loading Configure +1 −0 Original line number Diff line number Diff line Loading @@ -280,6 +280,7 @@ my @disablables = ( "md5", "mdc2", "md[-_]ghost94", "multiblock", "nextprotoneg", "ocb", "ocsp", Loading ssl/record/rec_layer_s3.c +2 −2 Original line number Diff line number Diff line Loading @@ -450,9 +450,9 @@ int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) { const unsigned char *buf = buf_; int tot; unsigned int n, nw; unsigned int n, split_send_fragment, maxpipes; #if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK unsigned int max_send_fragment, split_send_fragment, maxpipes; unsigned int max_send_fragment, nw; unsigned int u_len = (unsigned int)len; #endif SSL3_BUFFER *wb = &s->rlayer.wbuf[0]; Loading Loading
Configure +1 −0 Original line number Diff line number Diff line Loading @@ -280,6 +280,7 @@ my @disablables = ( "md5", "mdc2", "md[-_]ghost94", "multiblock", "nextprotoneg", "ocb", "ocsp", Loading
ssl/record/rec_layer_s3.c +2 −2 Original line number Diff line number Diff line Loading @@ -450,9 +450,9 @@ int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) { const unsigned char *buf = buf_; int tot; unsigned int n, nw; unsigned int n, split_send_fragment, maxpipes; #if !defined(OPENSSL_NO_MULTIBLOCK) && EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK unsigned int max_send_fragment, split_send_fragment, maxpipes; unsigned int max_send_fragment, nw; unsigned int u_len = (unsigned int)len; #endif SSL3_BUFFER *wb = &s->rlayer.wbuf[0]; Loading