diff --git a/crypto/Makefile b/crypto/Makefile index 33ec1b83b..caffc77b4 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -43,7 +43,7 @@ LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o \ SRC= $(LIBSRC) -HEADER= cryptlib.h buildinf.h md32_common.h +HEADER= buildinf.h arm_arch.h ppc_arch.h sparc_arch.h ALL= $(GENERAL) $(SRC) $(HEADER) diff --git a/crypto/aes/aes_ige.c b/crypto/aes/aes_ige.c index cf31c9bba..c789cc06a 100644 --- a/crypto/aes/aes_ige.c +++ b/crypto/aes/aes_ige.c @@ -49,7 +49,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "aes_locl.h" diff --git a/crypto/aes/aes_wrap.c b/crypto/aes/aes_wrap.c index b7b64d57a..b370a4f9a 100644 --- a/crypto/aes/aes_wrap.c +++ b/crypto/aes/aes_wrap.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/a_bitstr.c b/crypto/asn1/a_bitstr.c index 60b6e6d40..5f7ae6a37 100644 --- a/crypto/asn1/a_bitstr.c +++ b/crypto/asn1/a_bitstr.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "asn1_locl.h" diff --git a/crypto/asn1/a_d2i_fp.c b/crypto/asn1/a_d2i_fp.c index 13e47fde0..2e61029a1 100644 --- a/crypto/asn1/a_d2i_fp.c +++ b/crypto/asn1/a_d2i_fp.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c index 8fac13b89..57adcccd4 100644 --- a/crypto/asn1/a_digest.c +++ b/crypto/asn1/a_digest.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef NO_SYS_TYPES_H # include diff --git a/crypto/asn1/a_dup.c b/crypto/asn1/a_dup.c index 349ab5621..60d354436 100644 --- a/crypto/asn1/a_dup.c +++ b/crypto/asn1/a_dup.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef NO_OLD_ASN1 diff --git a/crypto/asn1/a_enum.c b/crypto/asn1/a_enum.c index aed3de5fe..81c0f3a14 100644 --- a/crypto/asn1/a_enum.c +++ b/crypto/asn1/a_enum.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/a_gentm.c b/crypto/asn1/a_gentm.c index 324496e30..209880ced 100644 --- a/crypto/asn1/a_gentm.c +++ b/crypto/asn1/a_gentm.c @@ -62,7 +62,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "asn1_locl.h" diff --git a/crypto/asn1/a_i2d_fp.c b/crypto/asn1/a_i2d_fp.c index e0f236e64..353c2c560 100644 --- a/crypto/asn1/a_i2d_fp.c +++ b/crypto/asn1/a_i2d_fp.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/a_int.c b/crypto/asn1/a_int.c index 228297803..56a72fb75 100644 --- a/crypto/asn1/a_int.c +++ b/crypto/asn1/a_int.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "asn1_locl.h" diff --git a/crypto/asn1/a_mbstr.c b/crypto/asn1/a_mbstr.c index ddb279806..241eb60bc 100644 --- a/crypto/asn1/a_mbstr.c +++ b/crypto/asn1/a_mbstr.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static int traverse_string(const unsigned char *p, int len, int inform, diff --git a/crypto/asn1/a_object.c b/crypto/asn1/a_object.c index 7cedce82e..ab37fa315 100644 --- a/crypto/asn1/a_object.c +++ b/crypto/asn1/a_object.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/a_octet.c b/crypto/asn1/a_octet.c index f6fd62224..430f00fae 100644 --- a/crypto/asn1/a_octet.c +++ b/crypto/asn1/a_octet.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include ASN1_OCTET_STRING *ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *x) diff --git a/crypto/asn1/a_print.c b/crypto/asn1/a_print.c index 0e129cb14..05d12a592 100644 --- a/crypto/asn1/a_print.c +++ b/crypto/asn1/a_print.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include int ASN1_PRINTABLE_type(const unsigned char *s, int len) diff --git a/crypto/asn1/a_sign.c b/crypto/asn1/a_sign.c index e18995817..ab1959e81 100644 --- a/crypto/asn1/a_sign.c +++ b/crypto/asn1/a_sign.c @@ -112,7 +112,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef NO_SYS_TYPES_H # include diff --git a/crypto/asn1/a_strex.c b/crypto/asn1/a_strex.c index 243e29a8f..2f233a260 100644 --- a/crypto/asn1/a_strex.c +++ b/crypto/asn1/a_strex.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/a_strnid.c b/crypto/asn1/a_strnid.c index 92d4134fc..7bfc76816 100644 --- a/crypto/asn1/a_strnid.c +++ b/crypto/asn1/a_strnid.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c index 6114c52dc..c2b556523 100644 --- a/crypto/asn1/a_time.c +++ b/crypto/asn1/a_time.c @@ -63,7 +63,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "asn1_locl.h" diff --git a/crypto/asn1/a_type.c b/crypto/asn1/a_type.c index 283baaaea..474aecadc 100644 --- a/crypto/asn1/a_type.c +++ b/crypto/asn1/a_type.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "asn1_locl.h" diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c index 5fd1a6a3c..9144922ab 100644 --- a/crypto/asn1/a_utctm.c +++ b/crypto/asn1/a_utctm.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "asn1_locl.h" diff --git a/crypto/asn1/a_utf8.c b/crypto/asn1/a_utf8.c index 23dc2e828..8697c66ef 100644 --- a/crypto/asn1/a_utf8.c +++ b/crypto/asn1/a_utf8.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* UTF8 utilities */ diff --git a/crypto/asn1/a_verify.c b/crypto/asn1/a_verify.c index 5b908f14c..540b71c4d 100644 --- a/crypto/asn1/a_verify.c +++ b/crypto/asn1/a_verify.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef NO_SYS_TYPES_H # include diff --git a/crypto/asn1/ameth_lib.c b/crypto/asn1/ameth_lib.c index ce4c0dcaf..1a615431c 100644 --- a/crypto/asn1/ameth_lib.c +++ b/crypto/asn1/ameth_lib.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #ifndef OPENSSL_NO_ENGINE diff --git a/crypto/asn1/asn1_gen.c b/crypto/asn1/asn1_gen.c index 3ff1db8e0..5f01b8dac 100644 --- a/crypto/asn1/asn1_gen.c +++ b/crypto/asn1/asn1_gen.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c index bda6ab09b..b611f35f2 100644 --- a/crypto/asn1/asn1_lib.c +++ b/crypto/asn1/asn1_lib.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, diff --git a/crypto/asn1/asn1_par.c b/crypto/asn1/asn1_par.c index 574e8de86..9a370cd4b 100644 --- a/crypto/asn1/asn1_par.c +++ b/crypto/asn1/asn1_par.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/asn_mime.c b/crypto/asn1/asn_mime.c index 9ce401304..2a227be5c 100644 --- a/crypto/asn1/asn_mime.c +++ b/crypto/asn1/asn_mime.c @@ -55,7 +55,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/asn_moid.c b/crypto/asn1/asn_moid.c index 9459bb249..bb334d015 100644 --- a/crypto/asn1/asn_moid.c +++ b/crypto/asn1/asn_moid.c @@ -60,7 +60,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/asn_mstbl.c b/crypto/asn1/asn_mstbl.c index a2e80b1fd..b53715783 100644 --- a/crypto/asn1/asn_mstbl.c +++ b/crypto/asn1/asn_mstbl.c @@ -56,7 +56,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/asn_pack.c b/crypto/asn1/asn_pack.c index b80016ba8..d8655badb 100644 --- a/crypto/asn1/asn_pack.c +++ b/crypto/asn1/asn_pack.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* ASN1 packing and unpacking functions */ diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c index 793532f49..b92af8b5f 100644 --- a/crypto/asn1/d2i_pr.c +++ b/crypto/asn1/d2i_pr.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/d2i_pu.c b/crypto/asn1/d2i_pu.c index 189cfddf1..11176f0e1 100644 --- a/crypto/asn1/d2i_pu.c +++ b/crypto/asn1/d2i_pu.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/evp_asn1.c b/crypto/asn1/evp_asn1.c index bf131a44f..4c3f3e0ff 100644 --- a/crypto/asn1/evp_asn1.c +++ b/crypto/asn1/evp_asn1.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/f_enum.c b/crypto/asn1/f_enum.c index eabfd3796..4b85be933 100644 --- a/crypto/asn1/f_enum.c +++ b/crypto/asn1/f_enum.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/f_int.c b/crypto/asn1/f_int.c index 880c28402..61029fa58 100644 --- a/crypto/asn1/f_int.c +++ b/crypto/asn1/f_int.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/f_string.c b/crypto/asn1/f_string.c index c82f2a192..cecbb4a0b 100644 --- a/crypto/asn1/f_string.c +++ b/crypto/asn1/f_string.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/i2d_pr.c b/crypto/asn1/i2d_pr.c index 2a6aa19c0..54a3d7b4b 100644 --- a/crypto/asn1/i2d_pr.c +++ b/crypto/asn1/i2d_pr.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/asn1_int.h" diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c index b8ed35541..e1f702acd 100644 --- a/crypto/asn1/i2d_pu.c +++ b/crypto/asn1/i2d_pu.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c index 0d8480b8d..1b8c4c0a8 100644 --- a/crypto/asn1/n_pkey.c +++ b/crypto/asn1/n_pkey.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_RSA # include # include diff --git a/crypto/asn1/p5_pbe.c b/crypto/asn1/p5_pbe.c index ec738ded1..cc91fad53 100644 --- a/crypto/asn1/p5_pbe.c +++ b/crypto/asn1/p5_pbe.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/p5_pbev2.c b/crypto/asn1/p5_pbev2.c index c7a12402b..23ed232dd 100644 --- a/crypto/asn1/p5_pbev2.c +++ b/crypto/asn1/p5_pbev2.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/p8_pkey.c b/crypto/asn1/p8_pkey.c index 0a425cd29..ff55a5bdb 100644 --- a/crypto/asn1/p8_pkey.c +++ b/crypto/asn1/p8_pkey.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/t_bitst.c b/crypto/asn1/t_bitst.c index 83c5af700..daee7f550 100644 --- a/crypto/asn1/t_bitst.c +++ b/crypto/asn1/t_bitst.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/t_crl.c b/crypto/asn1/t_crl.c index 7becb4ce4..96c5226a5 100644 --- a/crypto/asn1/t_crl.c +++ b/crypto/asn1/t_crl.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/t_pkey.c b/crypto/asn1/t_pkey.c index f31e5e175..b137da7cb 100644 --- a/crypto/asn1/t_pkey.c +++ b/crypto/asn1/t_pkey.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/bn_int.h" diff --git a/crypto/asn1/t_req.c b/crypto/asn1/t_req.c index 01eabfadd..fd8302333 100644 --- a/crypto/asn1/t_req.c +++ b/crypto/asn1/t_req.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/t_spki.c b/crypto/asn1/t_spki.c index 3bf48db50..46914f900 100644 --- a/crypto/asn1/t_spki.c +++ b/crypto/asn1/t_spki.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #ifndef OPENSSL_NO_RSA diff --git a/crypto/asn1/t_x509.c b/crypto/asn1/t_x509.c index 76c6c1ecb..377be399d 100644 --- a/crypto/asn1/t_x509.c +++ b/crypto/asn1/t_x509.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #ifndef OPENSSL_NO_RSA diff --git a/crypto/asn1/t_x509a.c b/crypto/asn1/t_x509a.c index f4b8f94cb..12fedb8ed 100644 --- a/crypto/asn1/t_x509a.c +++ b/crypto/asn1/t_x509a.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c index 74f3eda2e..35860e451 100644 --- a/crypto/asn1/tasn_enc.c +++ b/crypto/asn1/tasn_enc.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/tasn_prn.c b/crypto/asn1/tasn_prn.c index e080e724a..716db8f7c 100644 --- a/crypto/asn1/tasn_prn.c +++ b/crypto/asn1/tasn_prn.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/tasn_scn.c b/crypto/asn1/tasn_scn.c index 43a125cb5..f0d37d104 100644 --- a/crypto/asn1/tasn_scn.c +++ b/crypto/asn1/tasn_scn.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/x_bignum.c b/crypto/asn1/x_bignum.c index a5a403c26..8307a2d72 100644 --- a/crypto/asn1/x_bignum.c +++ b/crypto/asn1/x_bignum.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/x_crl.c b/crypto/asn1/x_crl.c index 0d759beb6..d264ec709 100644 --- a/crypto/asn1/x_crl.c +++ b/crypto/asn1/x_crl.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "asn1_locl.h" #include diff --git a/crypto/asn1/x_info.c b/crypto/asn1/x_info.c index 856bcf58b..5be934c69 100644 --- a/crypto/asn1/x_info.c +++ b/crypto/asn1/x_info.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/x_long.c b/crypto/asn1/x_long.c index 3aed44a3d..d4b75e6b9 100644 --- a/crypto/asn1/x_long.c +++ b/crypto/asn1/x_long.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/x_pkey.c b/crypto/asn1/x_pkey.c index b01616fb8..afd3aab2d 100644 --- a/crypto/asn1/x_pkey.c +++ b/crypto/asn1/x_pkey.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c index 2605f0701..d20afb982 100644 --- a/crypto/asn1/x_pubkey.c +++ b/crypto/asn1/x_pubkey.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/asn1_int.h" diff --git a/crypto/asn1/x_req.c b/crypto/asn1/x_req.c index ae293aa0c..1679a5607 100644 --- a/crypto/asn1/x_req.c +++ b/crypto/asn1/x_req.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/x_sig.c b/crypto/asn1/x_sig.c index dd33720c1..472174b3c 100644 --- a/crypto/asn1/x_sig.c +++ b/crypto/asn1/x_sig.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/x_spki.c b/crypto/asn1/x_spki.c index 1df6b87d2..88625655f 100644 --- a/crypto/asn1/x_spki.c +++ b/crypto/asn1/x_spki.c @@ -62,7 +62,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/x_val.c b/crypto/asn1/x_val.c index ee75a1e25..845a7c30f 100644 --- a/crypto/asn1/x_val.c +++ b/crypto/asn1/x_val.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/asn1/x_x509.c b/crypto/asn1/x_x509.c index 1b353af84..17bbb913f 100644 --- a/crypto/asn1/x_x509.c +++ b/crypto/asn1/x_x509.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/asn1/x_x509a.c b/crypto/asn1/x_x509a.c index b0a6b4a70..d81ccfb62 100644 --- a/crypto/asn1/x_x509a.c +++ b/crypto/asn1/x_x509a.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c index 622a261d5..33191c1b3 100644 --- a/crypto/bio/b_dump.c +++ b/crypto/bio/b_dump.c @@ -61,7 +61,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bio_lcl.h" #define TRUNCATE diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index 7c81e25d4..06cadc8a6 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -72,7 +72,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef NO_SYS_TYPES_H # include #endif diff --git a/crypto/bio/b_sock.c b/crypto/bio/b_sock.c index e3a1ee94d..48e40360a 100644 --- a/crypto/bio/b_sock.c +++ b/crypto/bio/b_sock.c @@ -60,7 +60,7 @@ #include #include #define USE_SOCKETS -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK) # include diff --git a/crypto/bio/bf_buff.c b/crypto/bio/bf_buff.c index 6487f437d..4fd8d1540 100644 --- a/crypto/bio/bf_buff.c +++ b/crypto/bio/bf_buff.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static int buffer_write(BIO *h, const char *buf, int num); diff --git a/crypto/bio/bf_lbuf.c b/crypto/bio/bf_lbuf.c index e948e924b..cc429813e 100644 --- a/crypto/bio/bf_lbuf.c +++ b/crypto/bio/bf_lbuf.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/bio/bf_nbio.c b/crypto/bio/bf_nbio.c index dc98c4fd5..7980711d3 100644 --- a/crypto/bio/bf_nbio.c +++ b/crypto/bio/bf_nbio.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/bio/bf_null.c b/crypto/bio/bf_null.c index e0c79e829..0d55b1515 100644 --- a/crypto/bio/bf_null.c +++ b/crypto/bio/bf_null.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* diff --git a/crypto/bio/bio_cb.c b/crypto/bio/bio_cb.c index dcb428b35..f0dfe8268 100644 --- a/crypto/bio/bio_cb.c +++ b/crypto/bio/bio_cb.c @@ -59,7 +59,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/bio/bio_lib.c b/crypto/bio/bio_lib.c index 7542d1c88..19cd06983 100644 --- a/crypto/bio/bio_lib.c +++ b/crypto/bio/bio_lib.c @@ -59,7 +59,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c index 48435b09e..16a660800 100644 --- a/crypto/bio/bss_acpt.c +++ b/crypto/bio/bss_acpt.c @@ -59,7 +59,7 @@ #include #include #define USE_SOCKETS -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_SOCK diff --git a/crypto/bio/bss_conn.c b/crypto/bio/bss_conn.c index 9b2cee44c..f23adb217 100644 --- a/crypto/bio/bss_conn.c +++ b/crypto/bio/bss_conn.c @@ -59,7 +59,7 @@ #include #include #define USE_SOCKETS -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_SOCK diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c index 268481c9a..58725a146 100644 --- a/crypto/bio/bss_dgram.c +++ b/crypto/bio/bss_dgram.c @@ -60,7 +60,7 @@ #include #include #define USE_SOCKETS -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_DGRAM diff --git a/crypto/bio/bss_fd.c b/crypto/bio/bss_fd.c index 5f4e34481..5bade20e3 100644 --- a/crypto/bio/bss_fd.c +++ b/crypto/bio/bss_fd.c @@ -59,7 +59,7 @@ #include #include #define USE_SOCKETS -#include "cryptlib.h" +#include "internal/cryptlib.h" #if defined(OPENSSL_NO_POSIX_IO) /* diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c index 1da6b8618..cebad7545 100644 --- a/crypto/bio/bss_file.c +++ b/crypto/bio/bss_file.c @@ -85,7 +85,7 @@ # include # include -# include "cryptlib.h" +# include "internal/cryptlib.h" # include "bio_lcl.h" # include diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c index 2399ff8b1..f59ec7cce 100644 --- a/crypto/bio/bss_log.c +++ b/crypto/bio/bss_log.c @@ -65,7 +65,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #if defined(OPENSSL_SYS_WINCE) #elif defined(OPENSSL_SYS_WIN32) diff --git a/crypto/bio/bss_mem.c b/crypto/bio/bss_mem.c index c55344d32..a1f5e8d96 100644 --- a/crypto/bio/bss_mem.c +++ b/crypto/bio/bss_mem.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static int mem_write(BIO *h, const char *buf, int num); diff --git a/crypto/bio/bss_null.c b/crypto/bio/bss_null.c index 6a03fa246..ba39c4c8a 100644 --- a/crypto/bio/bss_null.c +++ b/crypto/bio/bss_null.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static int null_write(BIO *h, const char *buf, int num); diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c index 5a73e8131..1673b32b3 100644 --- a/crypto/bio/bss_sock.c +++ b/crypto/bio/bss_sock.c @@ -59,7 +59,7 @@ #include #include #define USE_SOCKETS -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_SOCK diff --git a/crypto/bn/bn_add.c b/crypto/bn/bn_add.c index 57e1cdac1..a446686c7 100644 --- a/crypto/bn/bn_add.c +++ b/crypto/bn/bn_add.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" /* r can == a or b */ diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c index cb5a8037b..38c10e161 100644 --- a/crypto/bn/bn_asm.c +++ b/crypto/bn/bn_asm.c @@ -63,7 +63,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #if defined(BN_LLONG) || defined(BN_UMULT_HIGH) diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c index 52f74d1e5..4ae6b0966 100644 --- a/crypto/bn/bn_blind.c +++ b/crypto/bn/bn_blind.c @@ -109,7 +109,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #define BN_BLINDING_COUNTER 32 diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c index 481c9d249..c023303b6 100644 --- a/crypto/bn/bn_ctx.c +++ b/crypto/bn/bn_ctx.c @@ -62,7 +62,7 @@ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" /*- diff --git a/crypto/bn/bn_depr.c b/crypto/bn/bn_depr.c index bc15f8317..c4a5c820d 100644 --- a/crypto/bn/bn_depr.c +++ b/crypto/bn/bn_depr.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #include diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index 1dead86e9..cbf27d3e9 100644 --- a/crypto/bn/bn_div.c +++ b/crypto/bn/bn_div.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" /* The old slow way */ diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c index 17aa2ba5b..6ce6f8d16 100644 --- a/crypto/bn/bn_exp.c +++ b/crypto/bn/bn_exp.c @@ -109,7 +109,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #include diff --git a/crypto/bn/bn_exp2.c b/crypto/bn/bn_exp2.c index e36c23bc3..517b96102 100644 --- a/crypto/bn/bn_exp2.c +++ b/crypto/bn/bn_exp2.c @@ -110,7 +110,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #define TABLE_SIZE 32 diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c index 9902e4eee..17c6cf5ce 100644 --- a/crypto/bn/bn_gcd.c +++ b/crypto/bn/bn_gcd.c @@ -109,7 +109,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" static BIGNUM *euclid(BIGNUM *a, BIGNUM *b); diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c index 50d7c7408..caad2d0d0 100644 --- a/crypto/bn/bn_gf2m.c +++ b/crypto/bn/bn_gf2m.c @@ -92,7 +92,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #ifndef OPENSSL_NO_EC2M diff --git a/crypto/bn/bn_intern.c b/crypto/bn/bn_intern.c index c3ea5619b..0b222517d 100644 --- a/crypto/bn/bn_intern.c +++ b/crypto/bn/bn_intern.c @@ -52,7 +52,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" /* diff --git a/crypto/bn/bn_kron.c b/crypto/bn/bn_kron.c index 88d731ac7..5a0eb7dfd 100644 --- a/crypto/bn/bn_kron.c +++ b/crypto/bn/bn_kron.c @@ -53,7 +53,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" /* least significant word */ diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index fec70a5cc..4dabe26b1 100644 --- a/crypto/bn/bn_lib.c +++ b/crypto/bn/bn_lib.c @@ -63,7 +63,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" const char BN_version[] = "Big Number" OPENSSL_VERSION_PTEXT; diff --git a/crypto/bn/bn_mod.c b/crypto/bn/bn_mod.c index e4763ff2c..d7e4f9a62 100644 --- a/crypto/bn/bn_mod.c +++ b/crypto/bn/bn_mod.c @@ -113,7 +113,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c index 613a384c5..c86910138 100644 --- a/crypto/bn/bn_mont.c +++ b/crypto/bn/bn_mont.c @@ -116,7 +116,7 @@ * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #define MONT_WORD /* use the faster word-based algorithm */ diff --git a/crypto/bn/bn_mpi.c b/crypto/bn/bn_mpi.c index 3bd40bbd2..c4c0adfe6 100644 --- a/crypto/bn/bn_mpi.c +++ b/crypto/bn/bn_mpi.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" int BN_bn2mpi(const BIGNUM *a, unsigned char *d) diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c index f3b48590b..b601923ee 100644 --- a/crypto/bn/bn_mul.c +++ b/crypto/bn/bn_mul.c @@ -62,7 +62,7 @@ #endif #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #if defined(OPENSSL_NO_ASM) || !defined(OPENSSL_BN_ASM_PART_WORDS) diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c index af048d3a3..621b1424c 100644 --- a/crypto/bn/bn_nist.c +++ b/crypto/bn/bn_nist.c @@ -57,7 +57,7 @@ */ #include "bn_lcl.h" -#include "cryptlib.h" +#include "internal/cryptlib.h" #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2 #define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2 diff --git a/crypto/bn/bn_prime.c b/crypto/bn/bn_prime.c index ebfcd97e6..c83820cc2 100644 --- a/crypto/bn/bn_prime.c +++ b/crypto/bn/bn_prime.c @@ -111,7 +111,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #include diff --git a/crypto/bn/bn_print.c b/crypto/bn/bn_print.c index 1ef5a879c..b0b70b5da 100644 --- a/crypto/bn/bn_print.c +++ b/crypto/bn/bn_print.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "bn_lcl.h" diff --git a/crypto/bn/bn_rand.c b/crypto/bn/bn_rand.c index ed3c3c591..4dd3f924a 100644 --- a/crypto/bn/bn_rand.c +++ b/crypto/bn/bn_rand.c @@ -111,7 +111,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" #include #include diff --git a/crypto/bn/bn_recp.c b/crypto/bn/bn_recp.c index 3ab486bf5..3dc2166c7 100644 --- a/crypto/bn/bn_recp.c +++ b/crypto/bn/bn_recp.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" void BN_RECP_CTX_init(BN_RECP_CTX *recp) diff --git a/crypto/bn/bn_shift.c b/crypto/bn/bn_shift.c index 9895646af..1b38bd861 100644 --- a/crypto/bn/bn_shift.c +++ b/crypto/bn/bn_shift.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" int BN_lshift1(BIGNUM *r, const BIGNUM *a) diff --git a/crypto/bn/bn_sqr.c b/crypto/bn/bn_sqr.c index aa31f6e82..9f5a5dc2d 100644 --- a/crypto/bn/bn_sqr.c +++ b/crypto/bn/bn_sqr.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" /* r must not be a */ diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c index ab691b79a..ec1864115 100644 --- a/crypto/bn/bn_sqrt.c +++ b/crypto/bn/bn_sqrt.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) diff --git a/crypto/bn/bn_word.c b/crypto/bn/bn_word.c index a17e7029b..57f0dcd11 100644 --- a/crypto/bn/bn_word.c +++ b/crypto/bn/bn_word.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c index b226af32a..c5cf468da 100644 --- a/crypto/bn/vms-helper.c +++ b/crypto/bn/vms-helper.c @@ -54,7 +54,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" bn_div_words_abort(int i) diff --git a/crypto/buffer/buf_str.c b/crypto/buffer/buf_str.c index ebc5ab464..1e8d7f6f1 100644 --- a/crypto/buffer/buf_str.c +++ b/crypto/buffer/buf_str.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include size_t BUF_strnlen(const char *str, size_t maxlen) diff --git a/crypto/buffer/buffer.c b/crypto/buffer/buffer.c index b41b8f2b3..37e5484db 100644 --- a/crypto/buffer/buffer.c +++ b/crypto/buffer/buffer.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* diff --git a/crypto/cmac/cm_ameth.c b/crypto/cmac/cm_ameth.c index 07853a63d..223631c3c 100644 --- a/crypto/cmac/cm_ameth.c +++ b/crypto/cmac/cm_ameth.c @@ -52,7 +52,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/asn1_int.h" diff --git a/crypto/cmac/cm_pmeth.c b/crypto/cmac/cm_pmeth.c index 013ac5709..22c7dbee0 100644 --- a/crypto/cmac/cm_pmeth.c +++ b/crypto/cmac/cm_pmeth.c @@ -52,7 +52,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cmac/cmac.c b/crypto/cmac/cmac.c index e7db3206f..0711bffd8 100644 --- a/crypto/cmac/cmac.c +++ b/crypto/cmac/cmac.c @@ -55,7 +55,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include struct CMAC_CTX_st { diff --git a/crypto/cms/cms_cd.c b/crypto/cms/cms_cd.c index 8673e0064..889133ee7 100644 --- a/crypto/cms/cms_cd.c +++ b/crypto/cms/cms_cd.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_dd.c b/crypto/cms/cms_dd.c index 09ad319b8..d4067859a 100644 --- a/crypto/cms/cms_dd.c +++ b/crypto/cms/cms_dd.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_enc.c b/crypto/cms/cms_enc.c index ed20c5361..f9556acc2 100644 --- a/crypto/cms/cms_enc.c +++ b/crypto/cms/cms_enc.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_env.c b/crypto/cms/cms_env.c index 7fefd246e..5c86dd997 100644 --- a/crypto/cms/cms_env.c +++ b/crypto/cms/cms_env.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_ess.c b/crypto/cms/cms_ess.c index 9dfbd67e5..d75ea169e 100644 --- a/crypto/cms/cms_ess.c +++ b/crypto/cms/cms_ess.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_kari.c b/crypto/cms/cms_kari.c index d860f0927..d56dd9b84 100644 --- a/crypto/cms/cms_kari.c +++ b/crypto/cms/cms_kari.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_pwri.c b/crypto/cms/cms_pwri.c index 1d505e9d1..f722d9a9b 100644 --- a/crypto/cms/cms_pwri.c +++ b/crypto/cms/cms_pwri.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_sd.c b/crypto/cms/cms_sd.c index 7fb4385f6..ab574fc33 100644 --- a/crypto/cms/cms_sd.c +++ b/crypto/cms/cms_sd.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cms/cms_smime.c b/crypto/cms/cms_smime.c index c161973d2..0d97d3e5f 100644 --- a/crypto/cms/cms_smime.c +++ b/crypto/cms/cms_smime.c @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c index ee71f4820..098fc8ec3 100644 --- a/crypto/conf/conf_def.c +++ b/crypto/conf/conf_def.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c index 8e16342e2..5db7da076 100644 --- a/crypto/conf/conf_mall.c +++ b/crypto/conf/conf_mall.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/conf/conf_mod.c b/crypto/conf/conf_mod.c index b01319fd3..7fbb4ad9a 100644 --- a/crypto/conf/conf_mod.c +++ b/crypto/conf/conf_mod.c @@ -60,7 +60,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c index 544fe9738..e99a38ef6 100644 --- a/crypto/conf/conf_sap.c +++ b/crypto/conf/conf_sap.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 69883ab92..6d050ffa3 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -114,7 +114,7 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #if defined(OPENSSL_SYS_WIN32) diff --git a/crypto/cversion.c b/crypto/cversion.c index bfff6995c..6111b65b9 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef NO_WINDOWS_BRAINDEATH # include "buildinf.h" diff --git a/crypto/des/enc_read.c b/crypto/des/enc_read.c index fcb66541b..e90445441 100644 --- a/crypto/des/enc_read.c +++ b/crypto/des/enc_read.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "des_locl.h" /* This has some uglies in it but it works - even over sockets. */ diff --git a/crypto/des/enc_writ.c b/crypto/des/enc_writ.c index 9ea7c5a50..0fbef13fc 100644 --- a/crypto/des/enc_writ.c +++ b/crypto/des/enc_writ.c @@ -59,7 +59,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "des_locl.h" #include diff --git a/crypto/dh/dh_ameth.c b/crypto/dh/dh_ameth.c index 065f8b9b5..98f8570a2 100644 --- a/crypto/dh/dh_ameth.c +++ b/crypto/dh/dh_ameth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dh/dh_asn1.c b/crypto/dh/dh_asn1.c index 7066cafce..0c6a1deb8 100644 --- a/crypto/dh/dh_asn1.c +++ b/crypto/dh/dh_asn1.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dh/dh_check.c b/crypto/dh/dh_check.c index b8b3890d9..7521180d2 100644 --- a/crypto/dh/dh_check.c +++ b/crypto/dh/dh_check.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/dh/dh_depr.c b/crypto/dh/dh_depr.c index 7220d074d..7be6041dc 100644 --- a/crypto/dh/dh_depr.c +++ b/crypto/dh/dh_depr.c @@ -56,7 +56,7 @@ /* This file contains deprecated functions as wrappers to the new ones */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/dh/dh_gen.c b/crypto/dh/dh_gen.c index 99ccae33b..778f8a99c 100644 --- a/crypto/dh/dh_gen.c +++ b/crypto/dh/dh_gen.c @@ -62,7 +62,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c index e2f48b142..ff91d41d7 100644 --- a/crypto/dh/dh_key.c +++ b/crypto/dh/dh_key.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/bn_int.h" diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c index 1ae081c73..4a37adc9f 100644 --- a/crypto/dh/dh_lib.c +++ b/crypto/dh/dh_lib.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #ifndef OPENSSL_NO_ENGINE diff --git a/crypto/dh/dh_pmeth.c b/crypto/dh/dh_pmeth.c index 07d74dc92..763e42fe2 100644 --- a/crypto/dh/dh_pmeth.c +++ b/crypto/dh/dh_pmeth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dh/dh_prn.c b/crypto/dh/dh_prn.c index fef19e347..7dc71013f 100644 --- a/crypto/dh/dh_prn.c +++ b/crypto/dh/dh_prn.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/dh/dh_rfc5114.c b/crypto/dh/dh_rfc5114.c index 4a84ced6e..752bf2cd1 100644 --- a/crypto/dh/dh_rfc5114.c +++ b/crypto/dh/dh_rfc5114.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/dsa/dsa_ameth.c b/crypto/dsa/dsa_ameth.c index bc8fcc442..01b349755 100644 --- a/crypto/dsa/dsa_ameth.c +++ b/crypto/dsa/dsa_ameth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_asn1.c b/crypto/dsa/dsa_asn1.c index 0f0c51534..bb2434e20 100644 --- a/crypto/dsa/dsa_asn1.c +++ b/crypto/dsa/dsa_asn1.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_depr.c b/crypto/dsa/dsa_depr.c index 10f0314f1..f14e58764 100644 --- a/crypto/dsa/dsa_depr.c +++ b/crypto/dsa/dsa_depr.c @@ -69,7 +69,7 @@ static void *dummy = &dummy; #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_gen.c b/crypto/dsa/dsa_gen.c index 59946f657..e030cfa1e 100644 --- a/crypto/dsa/dsa_gen.c +++ b/crypto/dsa/dsa_gen.c @@ -66,7 +66,7 @@ #include /* To see if OPENSSL_NO_SHA is defined */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_key.c b/crypto/dsa/dsa_key.c index ff01deca4..01a83e001 100644 --- a/crypto/dsa/dsa_key.c +++ b/crypto/dsa/dsa_key.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c index 2a193c834..cb59e7ebb 100644 --- a/crypto/dsa/dsa_lib.c +++ b/crypto/dsa/dsa_lib.c @@ -59,7 +59,7 @@ /* Original version from Steven Schoch */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_ossl.c b/crypto/dsa/dsa_ossl.c index cd63211c8..19a75834f 100644 --- a/crypto/dsa/dsa_ossl.c +++ b/crypto/dsa/dsa_ossl.c @@ -59,7 +59,7 @@ /* Original version from Steven Schoch */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_pmeth.c b/crypto/dsa/dsa_pmeth.c index 1bb3683a9..594583ffc 100644 --- a/crypto/dsa/dsa_pmeth.c +++ b/crypto/dsa/dsa_pmeth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_prn.c b/crypto/dsa/dsa_prn.c index 1d44650b3..64c51fced 100644 --- a/crypto/dsa/dsa_prn.c +++ b/crypto/dsa/dsa_prn.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/dsa/dsa_sign.c b/crypto/dsa/dsa_sign.c index 43b7a9ee6..e7c8b0cc2 100644 --- a/crypto/dsa/dsa_sign.c +++ b/crypto/dsa/dsa_sign.c @@ -58,7 +58,7 @@ /* Original version from Steven Schoch */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/dsa/dsa_vrf.c b/crypto/dsa/dsa_vrf.c index c4589160c..9f45efa13 100644 --- a/crypto/dsa/dsa_vrf.c +++ b/crypto/dsa/dsa_vrf.c @@ -58,7 +58,7 @@ /* Original version from Steven Schoch */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, diff --git a/crypto/dso/dso_dl.c b/crypto/dso/dso_dl.c index 5d5ede03a..2b95f92ec 100644 --- a/crypto/dso/dso_dl.c +++ b/crypto/dso/dso_dl.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef DSO_DL diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 92d951fce..1738f3cd7 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -67,7 +67,7 @@ #endif #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef DSO_DLFCN diff --git a/crypto/dso/dso_lib.c b/crypto/dso/dso_lib.c index c555398fc..12544b3a1 100644 --- a/crypto/dso/dso_lib.c +++ b/crypto/dso/dso_lib.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static DSO_METHOD *default_DSO_meth = NULL; diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c index ab2125c28..e27f98e49 100644 --- a/crypto/dso/dso_null.c +++ b/crypto/dso/dso_null.c @@ -63,7 +63,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static DSO_METHOD dso_meth_null = { diff --git a/crypto/dso/dso_openssl.c b/crypto/dso/dso_openssl.c index 27b7d559f..191cb6a97 100644 --- a/crypto/dso/dso_openssl.c +++ b/crypto/dso/dso_openssl.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* We just pinch the method from an appropriate "default" method. */ diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c index 07ec1cd30..ffdc57f82 100644 --- a/crypto/dso/dso_vms.c +++ b/crypto/dso/dso_vms.c @@ -60,7 +60,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_SYS_VMS diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c index 81c983ccb..2da318f70 100644 --- a/crypto/dso/dso_win32.c +++ b/crypto/dso/dso_win32.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #if !defined(DSO_WIN32) diff --git a/crypto/ec/ec_ameth.c b/crypto/ec/ec_ameth.c index 268eff05c..edb68d119 100644 --- a/crypto/ec/ec_ameth.c +++ b/crypto/ec/ec_ameth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ec/ec_pmeth.c b/crypto/ec/ec_pmeth.c index 42e3d3ae0..5ca8ed9df 100644 --- a/crypto/ec/ec_pmeth.c +++ b/crypto/ec/ec_pmeth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ec/eck_prn.c b/crypto/ec/eck_prn.c index 7cdc485b2..f1248b8da 100644 --- a/crypto/ec/eck_prn.c +++ b/crypto/ec/eck_prn.c @@ -62,7 +62,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ec/ecp_nistz256.c b/crypto/ec/ecp_nistz256.c index 83f0c6fdf..503606085 100644 --- a/crypto/ec/ecp_nistz256.c +++ b/crypto/ec/ecp_nistz256.c @@ -28,7 +28,7 @@ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "internal/bn_int.h" #include "ec_lcl.h" diff --git a/crypto/ecdh/ech_ossl.c b/crypto/ecdh/ech_ossl.c index ad3482fab..ba66bd5af 100644 --- a/crypto/ecdh/ech_ossl.c +++ b/crypto/ecdh/ech_ossl.c @@ -70,7 +70,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "ech_locl.h" #include diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c index b7d252959..5ab498e35 100644 --- a/crypto/engine/eng_all.c +++ b/crypto/engine/eng_all.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "eng_int.h" void ENGINE_load_builtin_engines(void) diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h index 46f163b1f..42674e14f 100644 --- a/crypto/engine/eng_int.h +++ b/crypto/engine/eng_int.h @@ -65,7 +65,7 @@ #ifndef HEADER_ENGINE_INT_H # define HEADER_ENGINE_INT_H -# include "cryptlib.h" +# include "internal/cryptlib.h" /* Take public definitions from engine.h */ # include diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c index 560c9b3c9..eaf06180c 100644 --- a/crypto/engine/eng_openssl.c +++ b/crypto/engine/eng_openssl.c @@ -64,7 +64,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/engine/eng_table.c b/crypto/engine/eng_table.c index f0f4dbbf7..26b92308a 100644 --- a/crypto/engine/eng_table.c +++ b/crypto/engine/eng_table.c @@ -52,7 +52,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "eng_int.h" diff --git a/crypto/err/err.c b/crypto/err/err.c index 78e881795..1b94ce5a0 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -112,7 +112,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c index 17c0a92e5..7a74fea7e 100644 --- a/crypto/err/err_prn.c +++ b/crypto/err/err_prn.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/bio_b64.c b/crypto/evp/bio_b64.c index 6dc3bb10c..dcb96956c 100644 --- a/crypto/evp/bio_b64.c +++ b/crypto/evp/bio_b64.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/bio_enc.c b/crypto/evp/bio_enc.c index 86a2dc574..bf74a0ac7 100644 --- a/crypto/evp/bio_enc.c +++ b/crypto/evp/bio_enc.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/bio_md.c b/crypto/evp/bio_md.c index f0b0c0c0a..6afaf9a54 100644 --- a/crypto/evp/bio_md.c +++ b/crypto/evp/bio_md.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c index 7a38cd9e1..9fdf6bc27 100644 --- a/crypto/evp/bio_ok.c +++ b/crypto/evp/bio_ok.c @@ -120,7 +120,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c index cc2f8f6a2..e56f5adcb 100644 --- a/crypto/evp/c_all.c +++ b/crypto/evp/c_all.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_ENGINE # include diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c index 0a889ef26..ff4cffc53 100644 --- a/crypto/evp/c_allc.c +++ b/crypto/evp/c_allc.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c index 94039ef5f..e89173a85 100644 --- a/crypto/evp/c_alld.c +++ b/crypto/evp/c_alld.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c index c7856c6a9..1d25d97c5 100644 --- a/crypto/evp/digest.c +++ b/crypto/evp/digest.c @@ -110,7 +110,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #ifndef OPENSSL_NO_ENGINE diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c index d6a017826..3d1829304 100644 --- a/crypto/evp/e_bf.c +++ b/crypto/evp/e_bf.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_BF # include # include "evp_locl.h" diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c index 3f7454856..ee1b2fd4e 100644 --- a/crypto/evp/e_cast.c +++ b/crypto/evp/e_cast.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_CAST # include diff --git a/crypto/evp/e_des.c b/crypto/evp/e_des.c index aae13a675..0506973b1 100644 --- a/crypto/evp/e_des.c +++ b/crypto/evp/e_des.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_DES # include # include diff --git a/crypto/evp/e_des3.c b/crypto/evp/e_des3.c index 3340308f1..715686350 100644 --- a/crypto/evp/e_des3.c +++ b/crypto/evp/e_des3.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_DES # include # include diff --git a/crypto/evp/e_dsa.c b/crypto/evp/e_dsa.c index 523993f4d..2217e37a5 100644 --- a/crypto/evp/e_dsa.c +++ b/crypto/evp/e_dsa.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c index cac72b33b..233eec873 100644 --- a/crypto/evp/e_idea.c +++ b/crypto/evp/e_idea.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_IDEA # include diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c index a58512809..b9502ebd2 100644 --- a/crypto/evp/e_null.c +++ b/crypto/evp/e_null.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/e_rc2.c b/crypto/evp/e_rc2.c index 718cc8694..3e826fc7e 100644 --- a/crypto/evp/e_rc2.c +++ b/crypto/evp/e_rc2.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_RC2 diff --git a/crypto/evp/e_rc4.c b/crypto/evp/e_rc4.c index db3f219ed..ab84a66ca 100644 --- a/crypto/evp/e_rc4.c +++ b/crypto/evp/e_rc4.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_RC4 diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c index f17e99d0c..017a7abeb 100644 --- a/crypto/evp/e_rc5.c +++ b/crypto/evp/e_rc5.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_RC5 diff --git a/crypto/evp/e_xcbc_d.c b/crypto/evp/e_xcbc_d.c index 3430df9e8..31a944e4f 100644 --- a/crypto/evp/e_xcbc_d.c +++ b/crypto/evp/e_xcbc_d.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_DES diff --git a/crypto/evp/encode.c b/crypto/evp/encode.c index 053c1d8f1..4d3c5c873 100644 --- a/crypto/evp/encode.c +++ b/crypto/evp/encode.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef CHARSET_EBCDIC diff --git a/crypto/evp/evp_acnf.c b/crypto/evp/evp_acnf.c index 9703116e0..44070bc9c 100644 --- a/crypto/evp/evp_acnf.c +++ b/crypto/evp/evp_acnf.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/evp_cnf.c b/crypto/evp/evp_cnf.c index 11ee56ae5..03f34a011 100644 --- a/crypto/evp/evp_cnf.c +++ b/crypto/evp/evp_cnf.c @@ -60,7 +60,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c index aea7accf6..125556ea6 100644 --- a/crypto/evp/evp_enc.c +++ b/crypto/evp/evp_enc.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/evp_key.c b/crypto/evp/evp_key.c index 71fa627b2..9c34a0344 100644 --- a/crypto/evp/evp_key.c +++ b/crypto/evp/evp_key.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/evp_lib.c b/crypto/evp/evp_lib.c index 8d0002986..1fdde9ae4 100644 --- a/crypto/evp/evp_lib.c +++ b/crypto/evp/evp_lib.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/evp_pbe.c b/crypto/evp/evp_pbe.c index 63b3ad185..e4ad16b29 100644 --- a/crypto/evp/evp_pbe.c +++ b/crypto/evp/evp_pbe.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c index e987c4c9a..e0c689f15 100644 --- a/crypto/evp/evp_pkey.c +++ b/crypto/evp/evp_pkey.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/asn1_int.h" diff --git a/crypto/evp/m_dss1.c b/crypto/evp/m_dss1.c index 41b837cd7..77a10cf79 100644 --- a/crypto/evp/m_dss1.c +++ b/crypto/evp/m_dss1.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/m_ecdsa.c b/crypto/evp/m_ecdsa.c index 181f19f74..745752dd7 100644 --- a/crypto/evp/m_ecdsa.c +++ b/crypto/evp/m_ecdsa.c @@ -110,7 +110,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c index 3c4cd7bf8..91b5e18d1 100644 --- a/crypto/evp/m_md2.c +++ b/crypto/evp/m_md2.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_MD2 diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c index 440b5fa77..2ef3023d1 100644 --- a/crypto/evp/m_md4.c +++ b/crypto/evp/m_md4.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_MD4 diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c index 784425a9d..cd021f55f 100644 --- a/crypto/evp/m_md5.c +++ b/crypto/evp/m_md5.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_MD5 diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c index 2081d719a..272d9cb2e 100644 --- a/crypto/evp/m_mdc2.c +++ b/crypto/evp/m_mdc2.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_MDC2 diff --git a/crypto/evp/m_null.c b/crypto/evp/m_null.c index 017e1feb0..7374e697a 100644 --- a/crypto/evp/m_null.c +++ b/crypto/evp/m_null.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c index fa9be8ee5..30046c886 100644 --- a/crypto/evp/m_ripemd.c +++ b/crypto/evp/m_ripemd.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_RMD160 diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c index 9ab8c9093..7deed91df 100644 --- a/crypto/evp/m_sha1.c +++ b/crypto/evp/m_sha1.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/m_sigver.c b/crypto/evp/m_sigver.c index 288c563d9..258fd91ce 100644 --- a/crypto/evp/m_sigver.c +++ b/crypto/evp/m_sigver.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/m_wp.c b/crypto/evp/m_wp.c index b867ebda9..76258b661 100644 --- a/crypto/evp/m_wp.c +++ b/crypto/evp/m_wp.c @@ -1,7 +1,7 @@ /* crypto/evp/m_wp.c */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_WHIRLPOOL diff --git a/crypto/evp/names.c b/crypto/evp/names.c index b8a4410d5..c7c4615c8 100644 --- a/crypto/evp/names.c +++ b/crypto/evp/names.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/p5_crpt.c b/crypto/evp/p5_crpt.c index 921006cae..2d37d08f9 100644 --- a/crypto/evp/p5_crpt.c +++ b/crypto/evp/p5_crpt.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c index ca3fa9cde..4986a2136 100644 --- a/crypto/evp/p5_crpt2.c +++ b/crypto/evp/p5_crpt2.c @@ -58,7 +58,7 @@ */ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" # include # include # include diff --git a/crypto/evp/p_dec.c b/crypto/evp/p_dec.c index 225b8b45e..f232934b9 100644 --- a/crypto/evp/p_dec.c +++ b/crypto/evp/p_dec.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_RSA # include diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c index f565f33fb..d4ab14b35 100644 --- a/crypto/evp/p_enc.c +++ b/crypto/evp/p_enc.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_RSA # include diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c index 42ae5ae06..daa3d57c0 100644 --- a/crypto/evp/p_lib.c +++ b/crypto/evp/p_lib.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/p_open.c b/crypto/evp/p_open.c index 481c85518..02f61065c 100644 --- a/crypto/evp/p_open.c +++ b/crypto/evp/p_open.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_RSA diff --git a/crypto/evp/p_seal.c b/crypto/evp/p_seal.c index ba9dfff21..ff60bb534 100644 --- a/crypto/evp/p_seal.c +++ b/crypto/evp/p_seal.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_RSA # include diff --git a/crypto/evp/p_sign.c b/crypto/evp/p_sign.c index 07ae2524f..90a5fc6a4 100644 --- a/crypto/evp/p_sign.c +++ b/crypto/evp/p_sign.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/p_verify.c b/crypto/evp/p_verify.c index 2277a91b9..098bf9149 100644 --- a/crypto/evp/p_verify.c +++ b/crypto/evp/p_verify.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/evp/pmeth_fn.c b/crypto/evp/pmeth_fn.c index abf216082..d86110b4e 100644 --- a/crypto/evp/pmeth_fn.c +++ b/crypto/evp/pmeth_fn.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/evp_int.h" diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c index 78467c98f..705801fc0 100644 --- a/crypto/evp/pmeth_gn.c +++ b/crypto/evp/pmeth_gn.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/bn_int.h" diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c index fef0b8f26..210c7fa98 100644 --- a/crypto/evp/pmeth_lib.c +++ b/crypto/evp/pmeth_lib.c @@ -59,7 +59,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #ifndef OPENSSL_NO_ENGINE diff --git a/crypto/ex_data.c b/crypto/ex_data.c index 20a2dd732..bf5cf2917 100644 --- a/crypto/ex_data.c +++ b/crypto/ex_data.c @@ -138,7 +138,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* What an "implementation of ex_data functionality" looks like */ diff --git a/crypto/hmac/hm_ameth.c b/crypto/hmac/hm_ameth.c index 1b0f3b97c..cd29c0ccd 100644 --- a/crypto/hmac/hm_ameth.c +++ b/crypto/hmac/hm_ameth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "internal/asn1_int.h" diff --git a/crypto/hmac/hm_pmeth.c b/crypto/hmac/hm_pmeth.c index 298025440..fcccb58d2 100644 --- a/crypto/hmac/hm_pmeth.c +++ b/crypto/hmac/hm_pmeth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/hmac/hmac.c b/crypto/hmac/hmac.c index 6362aa850..572393e2c 100644 --- a/crypto/hmac/hmac.c +++ b/crypto/hmac/hmac.c @@ -59,7 +59,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, diff --git a/crypto/cryptlib.h b/crypto/include/internal/cryptlib.h similarity index 100% rename from crypto/cryptlib.h rename to crypto/include/internal/cryptlib.h diff --git a/crypto/md32_common.h b/crypto/include/internal/md32_common.h similarity index 100% rename from crypto/md32_common.h rename to crypto/include/internal/md32_common.h diff --git a/crypto/lhash/lh_stats.c b/crypto/lhash/lh_stats.c index 0a213991d..09e1bff49 100644 --- a/crypto/lhash/lh_stats.c +++ b/crypto/lhash/lh_stats.c @@ -63,7 +63,7 @@ * If you wish to build this outside of SSLeay, remove the following lines * and things should work as expected */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/lock.c b/crypto/lock.c index cad98764f..d7d672d70 100644 --- a/crypto/lock.c +++ b/crypto/lock.c @@ -114,7 +114,7 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #if defined(OPENSSL_SYS_WIN32) diff --git a/crypto/md2/md2_one.c b/crypto/md2/md2_one.c index cd2631b26..ff648b5b9 100644 --- a/crypto/md2/md2_one.c +++ b/crypto/md2/md2_one.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h index 6ed21e13d..c6dd34854 100644 --- a/crypto/md4/md4_locl.h +++ b/crypto/md4/md4_locl.h @@ -80,7 +80,7 @@ void md4_block_data_order(MD4_CTX *c, const void *p, size_t num); } while (0) #define HASH_BLOCK_DATA_ORDER md4_block_data_order -#include "md32_common.h" +#include "internal/md32_common.h" /*- #define F(x,y,z) (((x) & (y)) | ((~(x)) & (z))) diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h index 6c1bf35b8..22ae9b3e3 100644 --- a/crypto/md5/md5_locl.h +++ b/crypto/md5/md5_locl.h @@ -91,7 +91,7 @@ void md5_block_data_order(MD5_CTX *c, const void *p, size_t num); } while (0) #define HASH_BLOCK_DATA_ORDER md5_block_data_order -#include "md32_common.h" +#include "internal/md32_common.h" /*- #define F(x,y,z) (((x) & (y)) | ((~(x)) & (z))) diff --git a/crypto/mdc2/mdc2_one.c b/crypto/mdc2/mdc2_one.c index 790775c6f..d30305b35 100644 --- a/crypto/mdc2/mdc2_one.c +++ b/crypto/mdc2/mdc2_one.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) diff --git a/crypto/mem.c b/crypto/mem.c index 14f67a443..b98e44fc5 100644 --- a/crypto/mem.c +++ b/crypto/mem.c @@ -59,7 +59,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" static int allow_customize = 1; /* we provide flexible functions for */ static int allow_customize_debug = 1; /* exchanging memory-related functions diff --git a/crypto/mem_dbg.c b/crypto/mem_dbg.c index 98c17dda1..10cc8931e 100644 --- a/crypto/mem_dbg.c +++ b/crypto/mem_dbg.c @@ -112,7 +112,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/modes/wrap128.c b/crypto/modes/wrap128.c index fe33a986b..a3f397edb 100644 --- a/crypto/modes/wrap128.c +++ b/crypto/modes/wrap128.c @@ -59,7 +59,7 @@ * allows you to use them for any 128 bit block cipher. */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /** RFC 3394 section 2.2.3.1 Default Initial Value */ diff --git a/crypto/o_fips.c b/crypto/o_fips.c index 105d5faf4..113914855 100644 --- a/crypto/o_fips.c +++ b/crypto/o_fips.c @@ -56,7 +56,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifdef OPENSSL_FIPS # include #endif diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c index 6a068eef4..27d61b3a4 100644 --- a/crypto/objects/obj_dat.c +++ b/crypto/objects/obj_dat.c @@ -59,7 +59,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/objects/obj_lib.c b/crypto/objects/obj_lib.c index 58e9a92fe..d3c2ed046 100644 --- a/crypto/objects/obj_lib.c +++ b/crypto/objects/obj_lib.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ocsp/ocsp_cl.c b/crypto/ocsp/ocsp_cl.c index b6ec19a56..ef8ff3003 100644 --- a/crypto/ocsp/ocsp_cl.c +++ b/crypto/ocsp/ocsp_cl.c @@ -66,7 +66,7 @@ #include #include -#include +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ocsp/ocsp_ext.c b/crypto/ocsp/ocsp_ext.c index 63a8332c1..95c61e66e 100644 --- a/crypto/ocsp/ocsp_ext.c +++ b/crypto/ocsp/ocsp_ext.c @@ -65,7 +65,7 @@ */ #include -#include +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ocsp/ocsp_lib.c b/crypto/ocsp/ocsp_lib.c index b0e712279..aa0723c9a 100644 --- a/crypto/ocsp/ocsp_lib.c +++ b/crypto/ocsp/ocsp_lib.c @@ -65,7 +65,7 @@ */ #include -#include +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ocsp/ocsp_srv.c b/crypto/ocsp/ocsp_srv.c index 3b71dd7e8..740b11c5a 100644 --- a/crypto/ocsp/ocsp_srv.c +++ b/crypto/ocsp/ocsp_srv.c @@ -58,7 +58,7 @@ */ #include -#include +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ocsp/v3_ocsp.c b/crypto/ocsp/v3_ocsp.c index 7e502d796..30ed7d5d3 100644 --- a/crypto/ocsp/v3_ocsp.c +++ b/crypto/ocsp/v3_ocsp.c @@ -58,7 +58,7 @@ */ # include -# include "cryptlib.h" +# include "internal/cryptlib.h" # include # include # include diff --git a/crypto/pem/pem_all.c b/crypto/pem/pem_all.c index 8ef8f18c4..2f36c25ba 100644 --- a/crypto/pem/pem_all.c +++ b/crypto/pem/pem_all.c @@ -110,7 +110,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_info.c b/crypto/pem/pem_info.c index 29670ed35..045f568e0 100644 --- a/crypto/pem/pem_info.c +++ b/crypto/pem/pem_info.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_lib.c b/crypto/pem/pem_lib.c index 088288d0d..47be6406a 100644 --- a/crypto/pem/pem_lib.c +++ b/crypto/pem/pem_lib.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_oth.c b/crypto/pem/pem_oth.c index 1dd3bd7a1..63f42b29f 100644 --- a/crypto/pem/pem_oth.c +++ b/crypto/pem/pem_oth.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_pk8.c b/crypto/pem/pem_pk8.c index 52b40fe5e..4534eb1ec 100644 --- a/crypto/pem/pem_pk8.c +++ b/crypto/pem/pem_pk8.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_pkey.c b/crypto/pem/pem_pkey.c index a7dd27f06..893675fc4 100644 --- a/crypto/pem/pem_pkey.c +++ b/crypto/pem/pem_pkey.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_seal.c b/crypto/pem/pem_seal.c index a3812b80d..e8ea1b0a1 100644 --- a/crypto/pem/pem_seal.c +++ b/crypto/pem/pem_seal.c @@ -59,7 +59,7 @@ #include /* for OPENSSL_NO_RSA */ #ifndef OPENSSL_NO_RSA # include -# include "cryptlib.h" +# include "internal/cryptlib.h" # include # include # include diff --git a/crypto/pem/pem_sign.c b/crypto/pem/pem_sign.c index e16be4a26..824ff480e 100644 --- a/crypto/pem/pem_sign.c +++ b/crypto/pem/pem_sign.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_x509.c b/crypto/pem/pem_x509.c index 3c20ff28a..9dbd69327 100644 --- a/crypto/pem/pem_x509.c +++ b/crypto/pem/pem_x509.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pem_xaux.c b/crypto/pem/pem_xaux.c index 3263bd61c..6f37416ae 100644 --- a/crypto/pem/pem_xaux.c +++ b/crypto/pem/pem_xaux.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pem/pvkfmt.c b/crypto/pem/pvkfmt.c index 0900ef603..c682fc793 100644 --- a/crypto/pem/pvkfmt.c +++ b/crypto/pem/pvkfmt.c @@ -61,7 +61,7 @@ * and PRIVATEKEYBLOB). */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pkcs12/p12_add.c b/crypto/pkcs12/p12_add.c index 301fed65f..29abe2e1a 100644 --- a/crypto/pkcs12/p12_add.c +++ b/crypto/pkcs12/p12_add.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* Pack an object into an OCTET STRING and turn into a safebag */ diff --git a/crypto/pkcs12/p12_asn.c b/crypto/pkcs12/p12_asn.c index 370ddbd6e..ef2e851a6 100644 --- a/crypto/pkcs12/p12_asn.c +++ b/crypto/pkcs12/p12_asn.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/pkcs12/p12_attr.c b/crypto/pkcs12/p12_attr.c index 365a1cdff..80abf66d4 100644 --- a/crypto/pkcs12/p12_attr.c +++ b/crypto/pkcs12/p12_attr.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* Add a local keyid to a safebag */ diff --git a/crypto/pkcs12/p12_crpt.c b/crypto/pkcs12/p12_crpt.c index e50096bef..08be40c61 100644 --- a/crypto/pkcs12/p12_crpt.c +++ b/crypto/pkcs12/p12_crpt.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* PKCS#12 PBE algorithms now in static table */ diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c index cc254109d..189e7c755 100644 --- a/crypto/pkcs12/p12_crt.c +++ b/crypto/pkcs12/p12_crt.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, diff --git a/crypto/pkcs12/p12_decr.c b/crypto/pkcs12/p12_decr.c index 5154e545f..f19830cf7 100644 --- a/crypto/pkcs12/p12_decr.c +++ b/crypto/pkcs12/p12_decr.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* Define this to dump decrypted output to files called DERnnn */ diff --git a/crypto/pkcs12/p12_init.c b/crypto/pkcs12/p12_init.c index 29f98316b..3f1a07c00 100644 --- a/crypto/pkcs12/p12_init.c +++ b/crypto/pkcs12/p12_init.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* Initialise a PKCS12 structure to take data */ diff --git a/crypto/pkcs12/p12_key.c b/crypto/pkcs12/p12_key.c index 45cac04ac..879f157be 100644 --- a/crypto/pkcs12/p12_key.c +++ b/crypto/pkcs12/p12_key.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/pkcs12/p12_kiss.c b/crypto/pkcs12/p12_kiss.c index a2dbc42ea..a70fe72d0 100644 --- a/crypto/pkcs12/p12_kiss.c +++ b/crypto/pkcs12/p12_kiss.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* Simplified PKCS#12 routines */ diff --git a/crypto/pkcs12/p12_mutl.c b/crypto/pkcs12/p12_mutl.c index b193da1b3..4025e3fc4 100644 --- a/crypto/pkcs12/p12_mutl.c +++ b/crypto/pkcs12/p12_mutl.c @@ -58,7 +58,7 @@ */ # include -# include "cryptlib.h" +# include "internal/cryptlib.h" # include # include # include diff --git a/crypto/pkcs12/p12_p8d.c b/crypto/pkcs12/p12_p8d.c index 3cc7a9f40..983eadf43 100644 --- a/crypto/pkcs12/p12_p8d.c +++ b/crypto/pkcs12/p12_p8d.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, diff --git a/crypto/pkcs12/p12_p8e.c b/crypto/pkcs12/p12_p8e.c index 9375cbfc5..46ed78a12 100644 --- a/crypto/pkcs12/p12_p8e.c +++ b/crypto/pkcs12/p12_p8e.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, diff --git a/crypto/pkcs12/p12_utl.c b/crypto/pkcs12/p12_utl.c index c55a4f18c..5656cdc20 100644 --- a/crypto/pkcs12/p12_utl.c +++ b/crypto/pkcs12/p12_utl.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include /* Cheap and nasty Unicode stuff */ diff --git a/crypto/pkcs7/pk7_asn1.c b/crypto/pkcs7/pk7_asn1.c index 9c0a43981..bc107ccf4 100644 --- a/crypto/pkcs7/pk7_asn1.c +++ b/crypto/pkcs7/pk7_asn1.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pkcs7/pk7_dgst.c b/crypto/pkcs7/pk7_dgst.c index 6b57f97ab..cb2b2936d 100644 --- a/crypto/pkcs7/pk7_dgst.c +++ b/crypto/pkcs7/pk7_dgst.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pkcs7/pk7_doit.c b/crypto/pkcs7/pk7_doit.c index bdbde2115..2c8dd8713 100644 --- a/crypto/pkcs7/pk7_doit.c +++ b/crypto/pkcs7/pk7_doit.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pkcs7/pk7_enc.c b/crypto/pkcs7/pk7_enc.c index 6983e014c..10f59c4fa 100644 --- a/crypto/pkcs7/pk7_enc.c +++ b/crypto/pkcs7/pk7_enc.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c index 30cc98fbe..5d321f883 100644 --- a/crypto/pkcs7/pk7_lib.c +++ b/crypto/pkcs7/pk7_lib.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/asn1_int.h" diff --git a/crypto/pkcs7/pk7_mime.c b/crypto/pkcs7/pk7_mime.c index 62fb2997e..7d8b8e751 100644 --- a/crypto/pkcs7/pk7_mime.c +++ b/crypto/pkcs7/pk7_mime.c @@ -55,7 +55,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/pkcs7/pk7_smime.c b/crypto/pkcs7/pk7_smime.c index edc5969d3..e52e74679 100644 --- a/crypto/pkcs7/pk7_smime.c +++ b/crypto/pkcs7/pk7_smime.c @@ -60,7 +60,7 @@ /* Simple PKCS#7 processing functions */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/pqueue/pqueue.c b/crypto/pqueue/pqueue.c index 1378abc58..d10088e1f 100644 --- a/crypto/pqueue/pqueue.c +++ b/crypto/pqueue/pqueue.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c index acc116b9a..102ed05f6 100644 --- a/crypto/rand/rand_lib.c +++ b/crypto/rand/rand_lib.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_ENGINE diff --git a/crypto/rand/rand_nw.c b/crypto/rand/rand_nw.c index 76ef70c77..e4c041472 100644 --- a/crypto/rand/rand_nw.c +++ b/crypto/rand/rand_nw.c @@ -109,7 +109,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "rand_lcl.h" diff --git a/crypto/rand/rand_os2.c b/crypto/rand/rand_os2.c index 706ab1e81..0397d77c6 100644 --- a/crypto/rand/rand_os2.c +++ b/crypto/rand/rand_os2.c @@ -53,7 +53,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "rand_lcl.h" diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index 433227000..72f8617f7 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -112,7 +112,7 @@ #define USE_SOCKETS #include "e_os.h" -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "rand_lcl.h" diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index 1de39bb2e..e926429e7 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -109,7 +109,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "rand_lcl.h" diff --git a/crypto/rc4/rc4_locl.h b/crypto/rc4/rc4_locl.h index faf8742f0..2f09b7c8b 100644 --- a/crypto/rc4/rc4_locl.h +++ b/crypto/rc4/rc4_locl.h @@ -1,5 +1,5 @@ #ifndef HEADER_RC4_LOCL_H # define HEADER_RC4_LOCL_H # include -# include +# include "internal/cryptlib.h" #endif diff --git a/crypto/ripemd/rmd_locl.h b/crypto/ripemd/rmd_locl.h index 5a2eed386..d7e5c5730 100644 --- a/crypto/ripemd/rmd_locl.h +++ b/crypto/ripemd/rmd_locl.h @@ -92,7 +92,7 @@ void ripemd160_block_data_order(RIPEMD160_CTX *c, const void *p, size_t num); } while (0) #define HASH_BLOCK_DATA_ORDER ripemd160_block_data_order -#include "md32_common.h" +#include "internal/md32_common.h" /* * Transformed F2 and F4 are courtesy of Wei Dai diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c index 509f203a0..d409631e1 100644 --- a/crypto/rsa/rsa_ameth.c +++ b/crypto/rsa/rsa_ameth.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_asn1.c b/crypto/rsa/rsa_asn1.c index aff8b583f..0cf1b2ab9 100644 --- a/crypto/rsa/rsa_asn1.c +++ b/crypto/rsa/rsa_asn1.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c index f5f29e0e2..5220b7d06 100644 --- a/crypto/rsa/rsa_crpt.c +++ b/crypto/rsa/rsa_crpt.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "internal/bn_int.h" #include diff --git a/crypto/rsa/rsa_depr.c b/crypto/rsa/rsa_depr.c index 042b2b72d..b76781b4e 100644 --- a/crypto/rsa/rsa_depr.c +++ b/crypto/rsa/rsa_depr.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c index 5b8e21b7a..511ecb8c9 100644 --- a/crypto/rsa/rsa_eay.c +++ b/crypto/rsa/rsa_eay.c @@ -109,7 +109,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "internal/bn_int.h" #include #include diff --git a/crypto/rsa/rsa_gen.c b/crypto/rsa/rsa_gen.c index ec2e18ee3..e81be75e4 100644 --- a/crypto/rsa/rsa_gen.c +++ b/crypto/rsa/rsa_gen.c @@ -64,7 +64,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index f4aaa298b..2ec39e7e2 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include "internal/bn_int.h" #include diff --git a/crypto/rsa/rsa_none.c b/crypto/rsa/rsa_none.c index 83e566074..9f954b4a8 100644 --- a/crypto/rsa/rsa_none.c +++ b/crypto/rsa/rsa_none.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_null.c b/crypto/rsa/rsa_null.c index 535660a7d..ecb2f7cc0 100644 --- a/crypto/rsa/rsa_null.c +++ b/crypto/rsa/rsa_null.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c index 6edfb4145..ff551f220 100644 --- a/crypto/rsa/rsa_oaep.c +++ b/crypto/rsa/rsa_oaep.c @@ -20,7 +20,7 @@ #include "internal/constant_time_locl.h" #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c index e32a1d5f8..9a8145b8c 100644 --- a/crypto/rsa/rsa_pk1.c +++ b/crypto/rsa/rsa_pk1.c @@ -59,7 +59,7 @@ #include "internal/constant_time_locl.h" #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_pmeth.c b/crypto/rsa/rsa_pmeth.c index 76d5c6914..ac83de368 100644 --- a/crypto/rsa/rsa_pmeth.c +++ b/crypto/rsa/rsa_pmeth.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_prn.c b/crypto/rsa/rsa_prn.c index 577f855b3..3d8c800e0 100644 --- a/crypto/rsa/rsa_prn.c +++ b/crypto/rsa/rsa_prn.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/rsa/rsa_pss.c b/crypto/rsa/rsa_pss.c index b5055dee9..03d900c32 100644 --- a/crypto/rsa/rsa_pss.c +++ b/crypto/rsa/rsa_pss.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_saos.c b/crypto/rsa/rsa_saos.c index c462ae155..6c5f42d52 100644 --- a/crypto/rsa/rsa_saos.c +++ b/crypto/rsa/rsa_saos.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_sign.c b/crypto/rsa/rsa_sign.c index 69657978e..ff70cd946 100644 --- a/crypto/rsa/rsa_sign.c +++ b/crypto/rsa/rsa_sign.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_ssl.c b/crypto/rsa/rsa_ssl.c index 746e01f64..86b40ad98 100644 --- a/crypto/rsa/rsa_ssl.c +++ b/crypto/rsa/rsa_ssl.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c index 725ead049..54d925bf4 100644 --- a/crypto/rsa/rsa_x931.c +++ b/crypto/rsa/rsa_x931.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/sha/sha256.c b/crypto/sha/sha256.c index eec0cadf9..c112b04e7 100644 --- a/crypto/sha/sha256.c +++ b/crypto/sha/sha256.c @@ -127,7 +127,7 @@ static #endif void sha256_block_data_order(SHA256_CTX *ctx, const void *in, size_t num); -#include "md32_common.h" +#include "internal/md32_common.h" #ifndef SHA256_ASM static const SHA_LONG K256[64] = { diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c index c58cc1b44..ebae411f1 100644 --- a/crypto/sha/sha512.c +++ b/crypto/sha/sha512.c @@ -47,7 +47,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" const char SHA512_version[] = "SHA-512" OPENSSL_VERSION_PTEXT; diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h index af62d9e29..d3c6c37b4 100644 --- a/crypto/sha/sha_locl.h +++ b/crypto/sha/sha_locl.h @@ -91,7 +91,7 @@ static void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num); void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num); #endif -#include "md32_common.h" +#include "internal/md32_common.h" #define INIT_DATA_h0 0x67452301UL #define INIT_DATA_h1 0xefcdab89UL diff --git a/crypto/srp/srp_lib.c b/crypto/srp/srp_lib.c index 1b263199f..893047349 100644 --- a/crypto/srp/srp_lib.c +++ b/crypto/srp/srp_lib.c @@ -58,7 +58,7 @@ * */ #ifndef OPENSSL_NO_SRP -# include "cryptlib.h" +# include "internal/cryptlib.h" # include # include # include diff --git a/crypto/srp/srp_vfy.c b/crypto/srp/srp_vfy.c index 79db92a29..39c89e8d8 100644 --- a/crypto/srp/srp_vfy.c +++ b/crypto/srp/srp_vfy.c @@ -58,7 +58,7 @@ * */ #ifndef OPENSSL_NO_SRP -# include "cryptlib.h" +# include "internal/cryptlib.h" # include # include # include diff --git a/crypto/stack/stack.c b/crypto/stack/stack.c index c395d5823..a6182df38 100644 --- a/crypto/stack/stack.c +++ b/crypto/stack/stack.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/thr_id.c b/crypto/thr_id.c index 2be0a546d..c391fc4ac 100644 --- a/crypto/thr_id.c +++ b/crypto/thr_id.c @@ -114,7 +114,7 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_DEPRECATED static unsigned long (*id_callback) (void) = 0; diff --git a/crypto/ts/ts_conf.c b/crypto/ts/ts_conf.c index 121b60ba1..1e511bee7 100644 --- a/crypto/ts/ts_conf.c +++ b/crypto/ts/ts_conf.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #ifndef OPENSSL_NO_ENGINE # include diff --git a/crypto/ts/ts_lib.c b/crypto/ts/ts_lib.c index cac9aa4a5..2bf7c505f 100644 --- a/crypto/ts/ts_lib.c +++ b/crypto/ts/ts_lib.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ts/ts_req_print.c b/crypto/ts/ts_req_print.c index 31940eef5..eef1b8aab 100644 --- a/crypto/ts/ts_req_print.c +++ b/crypto/ts/ts_req_print.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ts/ts_req_utils.c b/crypto/ts/ts_req_utils.c index 362e5e589..7f3a4a428 100644 --- a/crypto/ts/ts_req_utils.c +++ b/crypto/ts/ts_req_utils.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ts/ts_rsp_print.c b/crypto/ts/ts_rsp_print.c index 0a3e4973c..108cd2fe0 100644 --- a/crypto/ts/ts_rsp_print.c +++ b/crypto/ts/ts_rsp_print.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ts/ts_rsp_sign.c b/crypto/ts/ts_rsp_sign.c index b16cf91d9..c28d936df 100644 --- a/crypto/ts/ts_rsp_sign.c +++ b/crypto/ts/ts_rsp_sign.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #if defined(OPENSSL_SYS_UNIX) # include diff --git a/crypto/ts/ts_rsp_utils.c b/crypto/ts/ts_rsp_utils.c index 72d9f6377..8c66c5fe0 100644 --- a/crypto/ts/ts_rsp_utils.c +++ b/crypto/ts/ts_rsp_utils.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c index 939c65f8f..116e11699 100644 --- a/crypto/ts/ts_rsp_verify.c +++ b/crypto/ts/ts_rsp_verify.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ts/ts_verify_ctx.c b/crypto/ts/ts_verify_ctx.c index 3c15e6695..7465e048c 100644 --- a/crypto/ts/ts_verify_ctx.c +++ b/crypto/ts/ts_verify_ctx.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c index 513485536..23849175e 100644 --- a/crypto/txt_db/txt_db.c +++ b/crypto/txt_db/txt_db.c @@ -59,7 +59,7 @@ #include #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index e090b88b2..9ba844eac 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index 069634163..de17638f9 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c @@ -160,7 +160,7 @@ /* 06-Apr-92 Luke Brennan Support for VMS */ #include "ui_locl.h" -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifdef OPENSSL_SYS_VMS /* prototypes for sys$whatever */ # include diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index 1be530934..ffd101c00 100644 --- a/crypto/x509/by_dir.c +++ b/crypto/x509/by_dir.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef NO_SYS_TYPES_H # include diff --git a/crypto/x509/by_file.c b/crypto/x509/by_file.c index d82a0dbd0..9b06b344f 100644 --- a/crypto/x509/by_file.c +++ b/crypto/x509/by_file.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_att.c b/crypto/x509/x509_att.c index 67f6b8f3c..a102435f1 100644 --- a/crypto/x509/x509_att.c +++ b/crypto/x509/x509_att.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_cmp.c b/crypto/x509/x509_cmp.c index c7b0fe1e2..930824957 100644 --- a/crypto/x509/x509_cmp.c +++ b/crypto/x509/x509_cmp.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_d2.c b/crypto/x509/x509_d2.c index 50ca2a6d1..29bbf50a2 100644 --- a/crypto/x509/x509_d2.c +++ b/crypto/x509/x509_d2.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509/x509_def.c b/crypto/x509/x509_def.c index 25c553755..062b915e6 100644 --- a/crypto/x509/x509_def.c +++ b/crypto/x509/x509_def.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509/x509_ext.c b/crypto/x509/x509_ext.c index c5a3ad992..6bba5bbe7 100644 --- a/crypto/x509/x509_ext.c +++ b/crypto/x509/x509_ext.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c index 5017f0229..20862253e 100644 --- a/crypto/x509/x509_lu.c +++ b/crypto/x509/x509_lu.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c index ca6ff5dd5..93032d1cb 100644 --- a/crypto/x509/x509_obj.c +++ b/crypto/x509/x509_obj.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_r2x.c b/crypto/x509/x509_r2x.c index e71590481..d9c3cfd42 100644 --- a/crypto/x509/x509_r2x.c +++ b/crypto/x509/x509_r2x.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_req.c b/crypto/x509/x509_req.c index e01fc79d6..b6c46980a 100644 --- a/crypto/x509/x509_req.c +++ b/crypto/x509/x509_req.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_set.c b/crypto/x509/x509_set.c index 6ddbabf62..486e90ace 100644 --- a/crypto/x509/x509_set.c +++ b/crypto/x509/x509_set.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_trs.c b/crypto/x509/x509_trs.c index 7a165424d..1912c9655 100644 --- a/crypto/x509/x509_trs.c +++ b/crypto/x509/x509_trs.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b); diff --git a/crypto/x509/x509_txt.c b/crypto/x509/x509_txt.c index 5ac72d0bf..6e8cdaa25 100644 --- a/crypto/x509/x509_txt.c +++ b/crypto/x509/x509_txt.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_v3.c b/crypto/x509/x509_v3.c index ad33be6c2..4e9c8f540 100644 --- a/crypto/x509/x509_v3.c +++ b/crypto/x509/x509_v3.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index 4538b8b83..7e00436ec 100644 --- a/crypto/x509/x509_vfy.c +++ b/crypto/x509/x509_vfy.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c index 4b6ec6358..5d8c5f800 100644 --- a/crypto/x509/x509_vpm.c +++ b/crypto/x509/x509_vpm.c @@ -59,7 +59,7 @@ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509cset.c b/crypto/x509/x509cset.c index 042c90de8..925ba6925 100644 --- a/crypto/x509/x509cset.c +++ b/crypto/x509/x509cset.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509name.c b/crypto/x509/x509name.c index 5a7084532..234ddfee4 100644 --- a/crypto/x509/x509name.c +++ b/crypto/x509/x509name.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509rset.c b/crypto/x509/x509rset.c index 80e273e64..cafaf7560 100644 --- a/crypto/x509/x509rset.c +++ b/crypto/x509/x509rset.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x509spki.c b/crypto/x509/x509spki.c index 482741ae5..116f78800 100644 --- a/crypto/x509/x509spki.c +++ b/crypto/x509/x509spki.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey) diff --git a/crypto/x509/x509type.c b/crypto/x509/x509type.c index 033175257..bc93697a2 100644 --- a/crypto/x509/x509type.c +++ b/crypto/x509/x509type.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x_all.c b/crypto/x509/x_all.c index 9c3c129c3..a7ad14879 100644 --- a/crypto/x509/x_all.c +++ b/crypto/x509/x_all.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x_attrib.c b/crypto/x509/x_attrib.c index 9782fda47..65fd6e50a 100644 --- a/crypto/x509/x_attrib.c +++ b/crypto/x509/x_attrib.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509/x_name.c b/crypto/x509/x_name.c index e61dfb2d3..f8fd337cf 100644 --- a/crypto/x509/x_name.c +++ b/crypto/x509/x_name.c @@ -58,7 +58,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include "internal/x509_int.h" diff --git a/crypto/x509v3/pcy_cache.c b/crypto/x509v3/pcy_cache.c index 8e7801185..61065aadc 100644 --- a/crypto/x509v3/pcy_cache.c +++ b/crypto/x509v3/pcy_cache.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/pcy_data.c b/crypto/x509v3/pcy_data.c index ef6edb1fe..c29641f2c 100644 --- a/crypto/x509v3/pcy_data.c +++ b/crypto/x509v3/pcy_data.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/pcy_lib.c b/crypto/x509v3/pcy_lib.c index 58ce8a0d1..b048f917a 100644 --- a/crypto/x509v3/pcy_lib.c +++ b/crypto/x509v3/pcy_lib.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/pcy_map.c b/crypto/x509v3/pcy_map.c index b99eb91cf..a4ff30cb7 100644 --- a/crypto/x509v3/pcy_map.c +++ b/crypto/x509v3/pcy_map.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/pcy_tree.c b/crypto/x509v3/pcy_tree.c index 7b54e5c47..e7ab7cd8b 100644 --- a/crypto/x509v3/pcy_tree.c +++ b/crypto/x509v3/pcy_tree.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_addr.c b/crypto/x509v3/v3_addr.c index 2029475eb..5c22c6d88 100644 --- a/crypto/x509v3/v3_addr.c +++ b/crypto/x509v3/v3_addr.c @@ -62,7 +62,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_akey.c b/crypto/x509v3/v3_akey.c index 61bc7b35b..abad217f4 100644 --- a/crypto/x509v3/v3_akey.c +++ b/crypto/x509v3/v3_akey.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_akeya.c b/crypto/x509v3/v3_akeya.c index 2cc85b762..99144727b 100644 --- a/crypto/x509v3/v3_akeya.c +++ b/crypto/x509v3/v3_akeya.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c index 20f94903a..b3c3644bb 100644 --- a/crypto/x509v3/v3_alt.c +++ b/crypto/x509v3/v3_alt.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_asid.c b/crypto/x509v3/v3_asid.c index c5e569405..f390c2d01 100644 --- a/crypto/x509v3/v3_asid.c +++ b/crypto/x509v3/v3_asid.c @@ -61,7 +61,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_bcons.c b/crypto/x509v3/v3_bcons.c index 3b89efba3..d49a01038 100644 --- a/crypto/x509v3/v3_bcons.c +++ b/crypto/x509v3/v3_bcons.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_bitst.c b/crypto/x509v3/v3_bitst.c index 9072b4228..b2f6392a0 100644 --- a/crypto/x509v3/v3_bitst.c +++ b/crypto/x509v3/v3_bitst.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_conf.c b/crypto/x509v3/v3_conf.c index 51f39f5ed..38f198ee8 100644 --- a/crypto/x509v3/v3_conf.c +++ b/crypto/x509v3/v3_conf.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_cpols.c b/crypto/x509v3/v3_cpols.c index cac91b94e..a3268765a 100644 --- a/crypto/x509v3/v3_cpols.c +++ b/crypto/x509v3/v3_cpols.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_crld.c b/crypto/x509v3/v3_crld.c index 67d019aea..9b0d21f80 100644 --- a/crypto/x509v3/v3_crld.c +++ b/crypto/x509v3/v3_crld.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_enum.c b/crypto/x509v3/v3_enum.c index 7678664fc..774eb3473 100644 --- a/crypto/x509v3/v3_enum.c +++ b/crypto/x509v3/v3_enum.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static ENUMERATED_NAMES crl_reasons[] = { diff --git a/crypto/x509v3/v3_extku.c b/crypto/x509v3/v3_extku.c index 70d355451..d5da55151 100644 --- a/crypto/x509v3/v3_extku.c +++ b/crypto/x509v3/v3_extku.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_genn.c b/crypto/x509v3/v3_genn.c index 7f40bfabe..b4b8de7ba 100644 --- a/crypto/x509v3/v3_genn.c +++ b/crypto/x509v3/v3_genn.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_ia5.c b/crypto/x509v3/v3_ia5.c index 7cae1b678..ca1544789 100644 --- a/crypto/x509v3/v3_ia5.c +++ b/crypto/x509v3/v3_ia5.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_info.c b/crypto/x509v3/v3_info.c index 872d5c7d9..277609e4f 100644 --- a/crypto/x509v3/v3_info.c +++ b/crypto/x509v3/v3_info.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c index 8bfdb37e7..9895ac597 100644 --- a/crypto/x509v3/v3_int.c +++ b/crypto/x509v3/v3_int.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include const X509V3_EXT_METHOD v3_crl_num = { diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c index 4bec817c7..93af5716c 100644 --- a/crypto/x509v3/v3_lib.c +++ b/crypto/x509v3/v3_lib.c @@ -59,7 +59,7 @@ /* X509 v3 extension utilities */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_ncons.c b/crypto/x509v3/v3_ncons.c index 9d48fb994..315bd3c29 100644 --- a/crypto/x509v3/v3_ncons.c +++ b/crypto/x509v3/v3_ncons.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_pci.c b/crypto/x509v3/v3_pci.c index c795db787..c39acd7f7 100644 --- a/crypto/x509v3/v3_pci.c +++ b/crypto/x509v3/v3_pci.c @@ -36,7 +36,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_pcons.c b/crypto/x509v3/v3_pcons.c index a1b27d6ae..e170b8078 100644 --- a/crypto/x509v3/v3_pcons.c +++ b/crypto/x509v3/v3_pcons.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_pku.c b/crypto/x509v3/v3_pku.c index dd01c4416..5056fb3d7 100644 --- a/crypto/x509v3/v3_pku.c +++ b/crypto/x509v3/v3_pku.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_pmaps.c b/crypto/x509v3/v3_pmaps.c index 14253aae3..b862e3e57 100644 --- a/crypto/x509v3/v3_pmaps.c +++ b/crypto/x509v3/v3_pmaps.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c index 2d5167497..ef219487b 100644 --- a/crypto/x509v3/v3_prn.c +++ b/crypto/x509v3/v3_prn.c @@ -59,7 +59,7 @@ /* X509 v3 extension utilities */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c index dc7279597..1f9296a93 100644 --- a/crypto/x509v3/v3_purp.c +++ b/crypto/x509v3/v3_purp.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_scts.c b/crypto/x509v3/v3_scts.c index e9ee66884..61e5a83b6 100644 --- a/crypto/x509v3/v3_scts.c +++ b/crypto/x509v3/v3_scts.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include diff --git a/crypto/x509v3/v3_skey.c b/crypto/x509v3/v3_skey.c index 977844b55..c0c71c088 100644 --- a/crypto/x509v3/v3_skey.c +++ b/crypto/x509v3/v3_skey.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, diff --git a/crypto/x509v3/v3_sxnet.c b/crypto/x509v3/v3_sxnet.c index fff3b0077..13d7286d2 100644 --- a/crypto/x509v3/v3_sxnet.c +++ b/crypto/x509v3/v3_sxnet.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c index d50c2fa26..cd8aff291 100644 --- a/crypto/x509v3/v3_utl.c +++ b/crypto/x509v3/v3_utl.c @@ -60,7 +60,7 @@ #include #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c index 41aa26694..6d2cd6df5 100644 --- a/crypto/x509v3/v3conf.c +++ b/crypto/x509v3/v3conf.c @@ -58,7 +58,7 @@ */ #include -#include "cryptlib.h" +#include "internal/cryptlib.h" #include #include #include