Add -Wundef to --strict-warnings options.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 23 Feb 2017 13:52:23 +0000 (14:52 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 24 Feb 2017 08:21:59 +0000 (09:21 +0100)
commit01b76c2c5d4d786cfcb3cc048d9c0c47229a0aa0
treec08be97dfeed4dd7bf71c109485b6f3d46180647
parent75c13e7830653eee4b61dd96ceea7c446c381316
Add -Wundef to --strict-warnings options.

Avoid a -Wundef warning in refcount.h
Avoid a -Wundef warning in o_str.c
Avoid a -Wundef warning in testutil.h
Include internal/cryptlib.h before openssl/stack.h
to avoid use of undefined symbol OPENSSL_API_COMPAT.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2712)
Configure
crypto/o_str.c
crypto/x509/x509_att.c
crypto/x509/x509_ext.c
crypto/x509/x509_v3.c
crypto/x509/x509name.c
crypto/x509/x_all.c
include/internal/refcount.h
test/testutil.h