Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/s3_pkt.c')
-rw-r--r--ssl/s3_pkt.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c
index e980cdc8..d675fe67 100644
--- a/ssl/s3_pkt.c
+++ b/ssl/s3_pkt.c
@@ -797,13 +797,7 @@ static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
wr->input=p;
wr->data=p;
-
- if (eivlen)
- {
- /* if (RAND_pseudo_bytes(p, eivlen) <= 0)
- goto err; */
- wr->length += eivlen;
- }
+ wr->length += eivlen;
if (s->enc_method->enc(s, 1) < 1)
goto err;