Bladeren bron

Identify and move common internal libcrypto header files

There are header files in crypto/ that are used by a number of crypto/
submodules.  Move those to crypto/include/internal and adapt the
affected source code and Makefiles.

The header files that got moved are:

crypto/cryptolib.h
crypto/md32_common.h

Reviewed-by: Rich Salz <rsalz@openssl.org>
Richard Levitte 9 jaren geleden
bovenliggende
commit
b39fc56061
100 gewijzigde bestanden met toevoegingen van 100 en 100 verwijderingen
  1. 1 1
      crypto/Makefile
  2. 1 1
      crypto/aes/aes_ige.c
  3. 1 1
      crypto/aes/aes_wrap.c
  4. 1 1
      crypto/asn1/a_bitstr.c
  5. 1 1
      crypto/asn1/a_d2i_fp.c
  6. 1 1
      crypto/asn1/a_digest.c
  7. 1 1
      crypto/asn1/a_dup.c
  8. 1 1
      crypto/asn1/a_enum.c
  9. 1 1
      crypto/asn1/a_gentm.c
  10. 1 1
      crypto/asn1/a_i2d_fp.c
  11. 1 1
      crypto/asn1/a_int.c
  12. 1 1
      crypto/asn1/a_mbstr.c
  13. 1 1
      crypto/asn1/a_object.c
  14. 1 1
      crypto/asn1/a_octet.c
  15. 1 1
      crypto/asn1/a_print.c
  16. 1 1
      crypto/asn1/a_sign.c
  17. 1 1
      crypto/asn1/a_strex.c
  18. 1 1
      crypto/asn1/a_strnid.c
  19. 1 1
      crypto/asn1/a_time.c
  20. 1 1
      crypto/asn1/a_type.c
  21. 1 1
      crypto/asn1/a_utctm.c
  22. 1 1
      crypto/asn1/a_utf8.c
  23. 1 1
      crypto/asn1/a_verify.c
  24. 1 1
      crypto/asn1/ameth_lib.c
  25. 1 1
      crypto/asn1/asn1_gen.c
  26. 1 1
      crypto/asn1/asn1_lib.c
  27. 1 1
      crypto/asn1/asn1_par.c
  28. 1 1
      crypto/asn1/asn_mime.c
  29. 1 1
      crypto/asn1/asn_moid.c
  30. 1 1
      crypto/asn1/asn_mstbl.c
  31. 1 1
      crypto/asn1/asn_pack.c
  32. 1 1
      crypto/asn1/d2i_pr.c
  33. 1 1
      crypto/asn1/d2i_pu.c
  34. 1 1
      crypto/asn1/evp_asn1.c
  35. 1 1
      crypto/asn1/f_enum.c
  36. 1 1
      crypto/asn1/f_int.c
  37. 1 1
      crypto/asn1/f_string.c
  38. 1 1
      crypto/asn1/i2d_pr.c
  39. 1 1
      crypto/asn1/i2d_pu.c
  40. 1 1
      crypto/asn1/n_pkey.c
  41. 1 1
      crypto/asn1/p5_pbe.c
  42. 1 1
      crypto/asn1/p5_pbev2.c
  43. 1 1
      crypto/asn1/p8_pkey.c
  44. 1 1
      crypto/asn1/t_bitst.c
  45. 1 1
      crypto/asn1/t_crl.c
  46. 1 1
      crypto/asn1/t_pkey.c
  47. 1 1
      crypto/asn1/t_req.c
  48. 1 1
      crypto/asn1/t_spki.c
  49. 1 1
      crypto/asn1/t_x509.c
  50. 1 1
      crypto/asn1/t_x509a.c
  51. 1 1
      crypto/asn1/tasn_enc.c
  52. 1 1
      crypto/asn1/tasn_prn.c
  53. 1 1
      crypto/asn1/tasn_scn.c
  54. 1 1
      crypto/asn1/x_bignum.c
  55. 1 1
      crypto/asn1/x_crl.c
  56. 1 1
      crypto/asn1/x_info.c
  57. 1 1
      crypto/asn1/x_long.c
  58. 1 1
      crypto/asn1/x_pkey.c
  59. 1 1
      crypto/asn1/x_pubkey.c
  60. 1 1
      crypto/asn1/x_req.c
  61. 1 1
      crypto/asn1/x_sig.c
  62. 1 1
      crypto/asn1/x_spki.c
  63. 1 1
      crypto/asn1/x_val.c
  64. 1 1
      crypto/asn1/x_x509.c
  65. 1 1
      crypto/asn1/x_x509a.c
  66. 1 1
      crypto/bio/b_dump.c
  67. 1 1
      crypto/bio/b_print.c
  68. 1 1
      crypto/bio/b_sock.c
  69. 1 1
      crypto/bio/bf_buff.c
  70. 1 1
      crypto/bio/bf_lbuf.c
  71. 1 1
      crypto/bio/bf_nbio.c
  72. 1 1
      crypto/bio/bf_null.c
  73. 1 1
      crypto/bio/bio_cb.c
  74. 1 1
      crypto/bio/bio_lib.c
  75. 1 1
      crypto/bio/bss_acpt.c
  76. 1 1
      crypto/bio/bss_conn.c
  77. 1 1
      crypto/bio/bss_dgram.c
  78. 1 1
      crypto/bio/bss_fd.c
  79. 1 1
      crypto/bio/bss_file.c
  80. 1 1
      crypto/bio/bss_log.c
  81. 1 1
      crypto/bio/bss_mem.c
  82. 1 1
      crypto/bio/bss_null.c
  83. 1 1
      crypto/bio/bss_sock.c
  84. 1 1
      crypto/bn/bn_add.c
  85. 1 1
      crypto/bn/bn_asm.c
  86. 1 1
      crypto/bn/bn_blind.c
  87. 1 1
      crypto/bn/bn_ctx.c
  88. 1 1
      crypto/bn/bn_depr.c
  89. 1 1
      crypto/bn/bn_div.c
  90. 1 1
      crypto/bn/bn_exp.c
  91. 1 1
      crypto/bn/bn_exp2.c
  92. 1 1
      crypto/bn/bn_gcd.c
  93. 1 1
      crypto/bn/bn_gf2m.c
  94. 1 1
      crypto/bn/bn_intern.c
  95. 1 1
      crypto/bn/bn_kron.c
  96. 1 1
      crypto/bn/bn_lib.c
  97. 1 1
      crypto/bn/bn_mod.c
  98. 1 1
      crypto/bn/bn_mont.c
  99. 1 1
      crypto/bn/bn_mpi.c
  100. 1 1
      crypto/bn/bn_mul.c

+ 1 - 1
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)
 

+ 1 - 1
crypto/aes/aes_ige.c

@@ -49,7 +49,7 @@
  *
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #include <openssl/aes.h>
 #include "aes_locl.h"

+ 1 - 1
crypto/aes/aes_wrap.c

@@ -52,7 +52,7 @@
  * ====================================================================
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/aes.h>
 #include <openssl/modes.h>
 

+ 1 - 1
crypto/asn1/a_bitstr.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include "asn1_locl.h"
 

+ 1 - 1
crypto/asn1/a_d2i_fp.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <limits.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/asn1.h>
 

+ 1 - 1
crypto/asn1/a_digest.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <time.h>
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #ifndef NO_SYS_TYPES_H
 # include <sys/types.h>

+ 1 - 1
crypto/asn1/a_dup.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 
 #ifndef NO_OLD_ASN1

+ 1 - 1
crypto/asn1/a_enum.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/bn.h>
 

+ 1 - 1
crypto/asn1/a_gentm.c

@@ -62,7 +62,7 @@
 
 #include <stdio.h>
 #include <time.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include "asn1_locl.h"
 

+ 1 - 1
crypto/asn1/a_i2d_fp.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/asn1.h>
 

+ 1 - 1
crypto/asn1/a_int.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/bn.h>
 #include "asn1_locl.h"

+ 1 - 1
crypto/asn1/a_mbstr.c

@@ -59,7 +59,7 @@
 
 #include <stdio.h>
 #include <ctype.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 
 static int traverse_string(const unsigned char *p, int len, int inform,

+ 1 - 1
crypto/asn1/a_object.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <limits.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/asn1.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/a_octet.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 
 ASN1_OCTET_STRING *ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *x)

+ 1 - 1
crypto/asn1/a_print.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 
 int ASN1_PRINTABLE_type(const unsigned char *s, int len)

+ 1 - 1
crypto/asn1/a_sign.c

@@ -112,7 +112,7 @@
 #include <stdio.h>
 #include <time.h>
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #ifndef NO_SYS_TYPES_H
 # include <sys/types.h>

+ 1 - 1
crypto/asn1/a_strex.c

@@ -59,7 +59,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/crypto.h>
 #include <openssl/x509.h>
 #include <openssl/asn1.h>

+ 1 - 1
crypto/asn1/a_strnid.c

@@ -59,7 +59,7 @@
 
 #include <stdio.h>
 #include <ctype.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/objects.h>
 

+ 1 - 1
crypto/asn1/a_time.c

@@ -63,7 +63,7 @@
 
 #include <stdio.h>
 #include <time.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include "asn1_locl.h"
 

+ 1 - 1
crypto/asn1/a_type.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>
 #include "asn1_locl.h"

+ 1 - 1
crypto/asn1/a_utctm.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <time.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include "asn1_locl.h"
 

+ 1 - 1
crypto/asn1/a_utf8.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 
 /* UTF8 utilities */

+ 1 - 1
crypto/asn1/a_verify.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <time.h>
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #ifndef NO_SYS_TYPES_H
 # include <sys/types.h>

+ 1 - 1
crypto/asn1/ameth_lib.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 #ifndef OPENSSL_NO_ENGINE

+ 1 - 1
crypto/asn1/asn1_gen.c

@@ -57,7 +57,7 @@
  *
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/x509v3.h>
 

+ 1 - 1
crypto/asn1/asn1_lib.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <limits.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 
 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl,

+ 1 - 1
crypto/asn1/asn1_par.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/objects.h>
 #include <openssl/asn1.h>

+ 1 - 1
crypto/asn1/asn_mime.c

@@ -55,7 +55,7 @@
 
 #include <stdio.h>
 #include <ctype.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/rand.h>
 #include <openssl/x509.h>
 #include <openssl/asn1.h>

+ 1 - 1
crypto/asn1/asn_moid.c

@@ -60,7 +60,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <openssl/crypto.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/conf.h>
 #include <openssl/dso.h>
 #include <openssl/x509.h>

+ 1 - 1
crypto/asn1/asn_mstbl.c

@@ -56,7 +56,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <openssl/crypto.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/conf.h>
 #include <openssl/x509v3.h>
 

+ 1 - 1
crypto/asn1/asn_pack.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 
 /* ASN1 packing and unpacking functions */

+ 1 - 1
crypto/asn1/d2i_pr.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bn.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/d2i_pu.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bn.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/evp_asn1.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 

+ 1 - 1
crypto/asn1/f_enum.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/asn1.h>
 

+ 1 - 1
crypto/asn1/f_int.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/asn1.h>
 

+ 1 - 1
crypto/asn1/f_string.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/asn1.h>
 

+ 1 - 1
crypto/asn1/i2d_pr.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/x509.h>
 #include "internal/asn1_int.h"

+ 1 - 1
crypto/asn1/i2d_pu.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bn.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/n_pkey.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #ifndef OPENSSL_NO_RSA
 # include <openssl/rsa.h>
 # include <openssl/objects.h>

+ 1 - 1
crypto/asn1/p5_pbe.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 #include <openssl/rand.h>

+ 1 - 1
crypto/asn1/p5_pbev2.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 #include <openssl/rand.h>

+ 1 - 1
crypto/asn1/p8_pkey.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 

+ 1 - 1
crypto/asn1/t_bitst.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/conf.h>
 #include <openssl/x509v3.h>
 

+ 1 - 1
crypto/asn1/t_crl.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/bn.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/t_pkey.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/objects.h>
 #include <openssl/buffer.h>
 #include "internal/bn_int.h"

+ 1 - 1
crypto/asn1/t_req.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/bn.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/t_spki.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/x509.h>
 #include <openssl/asn1.h>
 #ifndef OPENSSL_NO_RSA

+ 1 - 1
crypto/asn1/t_x509.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/bn.h>
 #ifndef OPENSSL_NO_RSA

+ 1 - 1
crypto/asn1/t_x509a.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/asn1.h>
 #include <openssl/x509.h>

+ 1 - 1
crypto/asn1/tasn_enc.c

@@ -59,7 +59,7 @@
 
 #include <stddef.h>
 #include <string.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/tasn_prn.c

@@ -58,7 +58,7 @@
  */
 
 #include <stddef.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/tasn_scn.c

@@ -58,7 +58,7 @@
  */
 
 #include <stddef.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/objects.h>

+ 1 - 1
crypto/asn1/x_bignum.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/bn.h>
 

+ 1 - 1
crypto/asn1/x_crl.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include "asn1_locl.h"
 #include <openssl/x509.h>

+ 1 - 1
crypto/asn1/x_info.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/asn1.h>
 #include <openssl/x509.h>

+ 1 - 1
crypto/asn1/x_long.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/bn.h>
 

+ 1 - 1
crypto/asn1/x_pkey.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>

+ 1 - 1
crypto/asn1/x_pubkey.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 #include "internal/asn1_int.h"

+ 1 - 1
crypto/asn1/x_req.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 

+ 1 - 1
crypto/asn1/x_sig.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 

+ 1 - 1
crypto/asn1/x_spki.c

@@ -62,7 +62,7 @@
   */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/x509.h>
 #include <openssl/asn1t.h>
 

+ 1 - 1
crypto/asn1/x_val.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 

+ 1 - 1
crypto/asn1/x_x509.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>

+ 1 - 1
crypto/asn1/x_x509a.c

@@ -58,7 +58,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>

+ 1 - 1
crypto/bio/b_dump.c

@@ -61,7 +61,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bio_lcl.h"
 
 #define TRUNCATE

+ 1 - 1
crypto/bio/b_print.c

@@ -72,7 +72,7 @@
 #include <ctype.h>
 #include <assert.h>
 #include <limits.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #ifndef NO_SYS_TYPES_H
 # include <sys/types.h>
 #endif

+ 1 - 1
crypto/bio/b_sock.c

@@ -60,7 +60,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #define USE_SOCKETS
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 #if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK)
 # include <netdb.h>

+ 1 - 1
crypto/bio/bf_buff.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 
 static int buffer_write(BIO *h, const char *buf, int num);

+ 1 - 1
crypto/bio/bf_lbuf.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 #include <openssl/evp.h>
 

+ 1 - 1
crypto/bio/bf_nbio.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/rand.h>
 #include <openssl/bio.h>
 

+ 1 - 1
crypto/bio/bf_null.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 
 /*

+ 1 - 1
crypto/bio/bio_cb.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 #include <openssl/err.h>
 

+ 1 - 1
crypto/bio/bio_lib.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <openssl/crypto.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 #include <openssl/stack.h>
 

+ 1 - 1
crypto/bio/bss_acpt.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <errno.h>
 #define USE_SOCKETS
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 
 #ifndef OPENSSL_NO_SOCK

+ 1 - 1
crypto/bio/bss_conn.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <errno.h>
 #define USE_SOCKETS
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 
 #ifndef OPENSSL_NO_SOCK

+ 1 - 1
crypto/bio/bss_dgram.c

@@ -60,7 +60,7 @@
 #include <stdio.h>
 #include <errno.h>
 #define USE_SOCKETS
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #include <openssl/bio.h>
 #ifndef OPENSSL_NO_DGRAM

+ 1 - 1
crypto/bio/bss_fd.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <errno.h>
 #define USE_SOCKETS
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #if defined(OPENSSL_NO_POSIX_IO)
 /*

+ 1 - 1
crypto/bio/bss_file.c

@@ -85,7 +85,7 @@
 
 # include <stdio.h>
 # include <errno.h>
-# include "cryptlib.h"
+# include "internal/cryptlib.h"
 # include "bio_lcl.h"
 # include <openssl/err.h>
 

+ 1 - 1
crypto/bio/bss_log.c

@@ -65,7 +65,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #if defined(OPENSSL_SYS_WINCE)
 #elif defined(OPENSSL_SYS_WIN32)

+ 1 - 1
crypto/bio/bss_mem.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 
 static int mem_write(BIO *h, const char *buf, int num);

+ 1 - 1
crypto/bio/bss_null.c

@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bio.h>
 
 static int null_write(BIO *h, const char *buf, int num);

+ 1 - 1
crypto/bio/bss_sock.c

@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <errno.h>
 #define USE_SOCKETS
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #ifndef OPENSSL_NO_SOCK
 

+ 1 - 1
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 */

+ 1 - 1
crypto/bn/bn_asm.c

@@ -63,7 +63,7 @@
 
 #include <assert.h>
 #include <openssl/crypto.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)

+ 1 - 1
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

+ 1 - 1
crypto/bn/bn_ctx.c

@@ -62,7 +62,7 @@
 
 #include <assert.h>
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 /*-

+ 1 - 1
crypto/bn/bn_depr.c

@@ -60,7 +60,7 @@
 
 #include <stdio.h>
 #include <time.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 #include <openssl/rand.h>
 

+ 1 - 1
crypto/bn/bn_div.c

@@ -57,7 +57,7 @@
  */
 
 #include <openssl/bn.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 /* The old slow way */

+ 1 - 1
crypto/bn/bn_exp.c

@@ -109,7 +109,7 @@
  *
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 #include <stdlib.h>

+ 1 - 1
crypto/bn/bn_exp2.c

@@ -110,7 +110,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 #define TABLE_SIZE      32

+ 1 - 1
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);

+ 1 - 1
crypto/bn/bn_gf2m.c

@@ -92,7 +92,7 @@
 #include <assert.h>
 #include <limits.h>
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 #ifndef OPENSSL_NO_EC2M

+ 1 - 1
crypto/bn/bn_intern.c

@@ -52,7 +52,7 @@
  *
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 /*

+ 1 - 1
crypto/bn/bn_kron.c

@@ -53,7 +53,7 @@
  *
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 /* least significant word */

+ 1 - 1
crypto/bn/bn_lib.c

@@ -63,7 +63,7 @@
 
 #include <assert.h>
 #include <limits.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 const char BN_version[] = "Big Number" OPENSSL_VERSION_PTEXT;

+ 1 - 1
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)

+ 1 - 1
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 */

+ 1 - 1
crypto/bn/bn_mpi.c

@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 int BN_bn2mpi(const BIGNUM *a, unsigned char *d)

+ 1 - 1
crypto/bn/bn_mul.c

@@ -62,7 +62,7 @@
 #endif
 
 #include <assert.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 #if defined(OPENSSL_NO_ASM) || !defined(OPENSSL_BN_ASM_PART_WORDS)

Some files were not shown because too many files changed in this diff