Remove some redundant assignments
authorMatt Caswell <matt@openssl.org>
Fri, 6 Nov 2015 09:54:39 +0000 (09:54 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 6 Nov 2015 15:32:44 +0000 (15:32 +0000)
commit8d16c58fa4d4ef1d6394c2a6ad5ca93c095808e6
treea49878fbf579064f1b9b822a52de54124408ce86
parente6575156204dfd50a63f6afbe98f6714d0799764
Remove some redundant assignments

We were setting |s->renegotiate| and |s->new_session| to 0 twice in
tls_finish_handshake. This is redundant so now we just do it once!

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
ssl/statem/statem_lib.c