e_os.h removal from other headers and source files.
authorPauli <paul.dale@oracle.com>
Fri, 18 Aug 2017 03:52:46 +0000 (13:52 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 29 Aug 2017 21:20:43 +0000 (07:20 +1000)
commit677963e5a428739062ab5d46d5baed5eadd0195d
tree3afe5ace573d0da8a5272575075ad4aede8dcec5
parent58891025eff2fb42a6a5cf2fa861d46308826d07
e_os.h removal from other headers and source files.

Removed e_os.h from all bar three headers (apps/apps.h crypto/bio/bio_lcl.h and
ssl/ssl_locl.h).

Added e_os.h into the files that need it now.

Directly reference internal/nelem.h when required.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4188)
55 files changed:
apps/apps.h
crypto/asn1/ameth_lib.c
crypto/asn1/tasn_utl.c
crypto/async/arch/async_posix.h
crypto/blake2/blake2_impl.h
crypto/blake2/blake2_locl.h
crypto/bn/bn_dh.c
crypto/bn/bn_srp.c
crypto/cast/cast_lcl.h
crypto/conf/conf_mod.c
crypto/cryptlib.c
crypto/des/cfb64ede.c
crypto/dh/dh_lib.c
crypto/dllmain.c
crypto/dsa/dsa_lib.c
crypto/dso/dso_lib.c
crypto/dso/dso_win32.c
crypto/ec/ec_asn1.c
crypto/ec/ec_curve.c
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ec/ec_mult.c
crypto/ec/ecp_nistz256.c
crypto/engine/eng_init.c
crypto/engine/eng_lib.c
crypto/engine/tb_asnmth.c
crypto/evp/p_lib.c
crypto/init.c
crypto/mem.c
crypto/objects/obj_xref.c
crypto/rsa/rsa_lib.c
crypto/ui/ui_openssl.c
crypto/x509/by_dir.c
crypto/x509/x509_lu.c
crypto/x509/x509_set.c
crypto/x509/x509cset.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_tlsf.c
crypto/x509v3/v3_utl.c
include/internal/cryptlib.h
ssl/d1_lib.c
ssl/record/rec_layer_s3.c
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_conf.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/statem/extensions.c
ssl/statem/statem.c
ssl/t1_lib.c
test/bftest.c
test/ctype_internal_test.c
test/tls13encryptiontest.c