summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_att.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-02-23 09:48:49 -0500
committerRich Salz <rsalz@openssl.org>2017-02-23 09:48:49 -0500
commit4c3376ec2747ebd69b3da68d2d18b155fac5c03f (patch)
tree4cf4453717d50777a7df7c21904d813bfd6b0987 /crypto/x509/x509_att.c
parent6db2b1490e5da1255f4158dc8c2d4a2dd87cbe7b (diff)
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)
Diffstat (limited to 'crypto/x509/x509_att.c')
-rw-r--r--crypto/x509/x509_att.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_att.c b/crypto/x509/x509_att.c
index 15f0e4fc87..836bca505e 100644
--- a/crypto/x509/x509_att.c
+++ b/crypto/x509/x509_att.c
@@ -8,8 +8,8 @@
*/
#include <stdio.h>
-#include <openssl/stack.h>
#include "internal/cryptlib.h"
+#include <openssl/stack.h>
#include <openssl/asn1.h>
#include <openssl/objects.h>
#include <openssl/evp.h>