Add -Wundef to strict-warnings
authorRich Salz <rsalz@openssl.org>
Thu, 23 Feb 2017 14:48:49 +0000 (09:48 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 23 Feb 2017 14:48:49 +0000 (09:48 -0500)
commit4c3376ec2747ebd69b3da68d2d18b155fac5c03f
tree4cf4453717d50777a7df7c21904d813bfd6b0987
parent6db2b1490e5da1255f4158dc8c2d4a2dd87cbe7b
Add -Wundef to strict-warnings

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/2709)
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
test/testutil.h