From 01b76c2c5d4d786cfcb3cc048d9c0c47229a0aa0 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Thu, 23 Feb 2017 14:52:23 +0100 Subject: 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 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2712) --- crypto/x509/x509_att.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509/x509_att.c') diff --git a/crypto/x509/x509_att.c b/crypto/x509/x509_att.c index a91f9829b5..3876a83323 100644 --- a/crypto/x509/x509_att.c +++ b/crypto/x509/x509_att.c @@ -8,8 +8,8 @@ */ #include -#include #include "internal/cryptlib.h" +#include #include #include #include -- cgit v1.2.3