Move supportedgroup ext-block fields out of NO_EC
authorBenjamin Kaduk <bkaduk@akamai.com>
Wed, 11 Oct 2017 12:55:30 +0000 (07:55 -0500)
committerBenjamin Kaduk <bkaduk@akamai.com>
Wed, 11 Oct 2017 13:25:40 +0000 (08:25 -0500)
commitf9df0a7775f483c175cda5832360cccd1db6943a
tree7c8ffca07257f6b02c9428b9d6c873a62708971e
parentf49452c297438ec349a76dfa38fa26a780084f96
Move supportedgroup ext-block fields out of NO_EC

Now that we are moving to support named FFDH groups, these fields are not
ec-specific, so we need them to always be available.

This fixes the no-ec --strict-warnings build, since gcc
5.4.0-6ubuntu1~16.04.4 appears to always try to compile the static inline
functions from ssl_locl.h, even when they are not used in the current
compilation unit.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4518)
ssl/ssl_locl.h