fix warning unused-but-set-variable 'nostrict' (no-dh and no-ec)
authorCristian Stoica <cristian.stoica@nxp.com>
Wed, 29 Jun 2016 15:30:58 +0000 (18:30 +0300)
committerRichard Levitte <levitte@openssl.org>
Fri, 27 Apr 2018 04:00:10 +0000 (06:00 +0200)
commit76b8b6932d17414b460f72e15ba8050d609ce768
treed483121b0f71ac6fdfaa0ef4c612c47fb0388c67
parentaadcf069828431819970421749da64b24b559490
fix warning unused-but-set-variable 'nostrict' (no-dh and no-ec)

This patch fixes the following warning when OpenSSL is configured with
no-dh and no-ec:

./Configure no-ec no-dh linux-x86_64

...
s3_lib.c:4231:9: warning: variable 'nostrict' set but not used [-Wunused-but-set-variable]
     int nostrict = 1;
         ^

CLA: trivial
Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6087)
ssl/s3_lib.c