summaryrefslogtreecommitdiffstats
path: root/test/bntest.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-08-24 01:05:07 +0200
committerPauli <paul.dale@oracle.com>2017-08-29 23:20:44 +0200
commit07016a8a3174db5caf07182930533cf88ad9b0ad (patch)
tree42dcb67fa6c72635b76590f8ab698bb4c692d838 /test/bntest.c
parentRemove the X_OK define, it is unused. (diff)
downloadopenssl-07016a8a3174db5caf07182930533cf88ad9b0ad.tar.xz
openssl-07016a8a3174db5caf07182930533cf88ad9b0ad.zip
Move e_os.h to be the very first include.
cryptilib.h is the second. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4188)
Diffstat (limited to 'test/bntest.c')
-rw-r--r--test/bntest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bntest.c b/test/bntest.c
index 667cba67a7..6f1f5d7cd9 100644
--- a/test/bntest.c
+++ b/test/bntest.c
@@ -6,6 +6,7 @@
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
+#include "../e_os.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
@@ -13,7 +14,6 @@
#include <ctype.h>
#include "internal/nelem.h"
-#include "../e_os.h"
#include "internal/numbers.h"
#include <openssl/bn.h>
#include <openssl/crypto.h>