Fix EXTMS error introduced by commit 94ed2c6
authorMatt Caswell <matt@openssl.org>
Tue, 22 Nov 2016 09:31:12 +0000 (09:31 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 09:50:26 +0000 (09:50 +0000)
commit82c9c030173898b9536a1c8da4e49b4b19251dbd
tree7543ca6c2343e9bd54f8005e87b7da06d60cccce
parent19cb71ef6e414759d737918bab10be2cc1d8bd99
Fix EXTMS error introduced by commit 94ed2c6

Commit 94ed2c6 dropped a ! operator by mistake, which causes extended
master secret connections to fail. This puts in back.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/t1_enc.c