Move e_os.h to be the very first include.
authorPauli <paul.dale@oracle.com>
Wed, 23 Aug 2017 23:05:07 +0000 (09:05 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 29 Aug 2017 21:20:44 +0000 (07:20 +1000)
commit07016a8a3174db5caf07182930533cf88ad9b0ad
tree42dcb67fa6c72635b76590f8ab698bb4c692d838
parent9590da2cd67ae23588568c57556d6140fb86f892
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)
39 files changed:
apps/apps.h
apps/s_client.c
crypto/bio/bss_bio.c
crypto/blake2/blake2b.c
crypto/blake2/blake2s.c
crypto/conf/conf_api.c
crypto/conf/conf_lib.c
crypto/conf/conf_mod.c
crypto/cryptlib.c
crypto/des/cfb64ede.c
crypto/dllmain.c
crypto/engine/eng_devcrypto.c
crypto/engine/eng_init.c
crypto/engine/eng_lib.c
crypto/engine/tb_asnmth.c
crypto/init.c
crypto/mem.c
crypto/mem_sec.c
crypto/o_dir.c
crypto/o_str.c
crypto/ocsp/ocsp_ht.c
crypto/rand/rand_unix.c
crypto/store/loader_file.c
crypto/store/store_lib.c
crypto/ui/ui_openssl.c
crypto/x509/by_dir.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_tlsf.c
crypto/x509v3/v3_utl.c
e_os.h
ssl/d1_lib.c
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_locl.h
ssl/statem/statem.c
test/bntest.c
test/ssl_test_ctx.c
test/ssltest_old.c
test/v3nametest.c