Browse Source

use tomcrypt_private.h

Steffen Jaeckel 7 years ago
parent
commit
7cfc0c93e6
100 changed files with 100 additions and 100 deletions
  1. 1 1
      demos/timing.c
  2. 1 1
      demos/tv_gen.c
  3. 1 1
      src/ciphers/aes/aes.c
  4. 1 1
      src/ciphers/anubis.c
  5. 1 1
      src/ciphers/blowfish.c
  6. 1 1
      src/ciphers/camellia.c
  7. 1 1
      src/ciphers/cast5.c
  8. 1 1
      src/ciphers/des.c
  9. 1 1
      src/ciphers/idea.c
  10. 1 1
      src/ciphers/kasumi.c
  11. 1 1
      src/ciphers/khazad.c
  12. 1 1
      src/ciphers/kseed.c
  13. 1 1
      src/ciphers/multi2.c
  14. 1 1
      src/ciphers/noekeon.c
  15. 1 1
      src/ciphers/rc2.c
  16. 1 1
      src/ciphers/rc5.c
  17. 1 1
      src/ciphers/rc6.c
  18. 1 1
      src/ciphers/safer/safer.c
  19. 1 1
      src/ciphers/safer/saferp.c
  20. 1 1
      src/ciphers/serpent.c
  21. 1 1
      src/ciphers/skipjack.c
  22. 1 1
      src/ciphers/twofish/twofish.c
  23. 1 1
      src/ciphers/xtea.c
  24. 1 1
      src/encauth/ccm/ccm_add_aad.c
  25. 1 1
      src/encauth/ccm/ccm_add_nonce.c
  26. 1 1
      src/encauth/ccm/ccm_done.c
  27. 1 1
      src/encauth/ccm/ccm_init.c
  28. 1 1
      src/encauth/ccm/ccm_memory.c
  29. 1 1
      src/encauth/ccm/ccm_process.c
  30. 1 1
      src/encauth/ccm/ccm_reset.c
  31. 1 1
      src/encauth/ccm/ccm_test.c
  32. 1 1
      src/encauth/chachapoly/chacha20poly1305_add_aad.c
  33. 1 1
      src/encauth/chachapoly/chacha20poly1305_decrypt.c
  34. 1 1
      src/encauth/chachapoly/chacha20poly1305_done.c
  35. 1 1
      src/encauth/chachapoly/chacha20poly1305_encrypt.c
  36. 1 1
      src/encauth/chachapoly/chacha20poly1305_init.c
  37. 1 1
      src/encauth/chachapoly/chacha20poly1305_memory.c
  38. 1 1
      src/encauth/chachapoly/chacha20poly1305_setiv.c
  39. 1 1
      src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c
  40. 1 1
      src/encauth/chachapoly/chacha20poly1305_test.c
  41. 1 1
      src/encauth/eax/eax_addheader.c
  42. 1 1
      src/encauth/eax/eax_decrypt.c
  43. 1 1
      src/encauth/eax/eax_decrypt_verify_memory.c
  44. 1 1
      src/encauth/eax/eax_done.c
  45. 1 1
      src/encauth/eax/eax_encrypt.c
  46. 1 1
      src/encauth/eax/eax_encrypt_authenticate_memory.c
  47. 1 1
      src/encauth/eax/eax_init.c
  48. 1 1
      src/encauth/eax/eax_test.c
  49. 1 1
      src/encauth/gcm/gcm_add_aad.c
  50. 1 1
      src/encauth/gcm/gcm_add_iv.c
  51. 1 1
      src/encauth/gcm/gcm_done.c
  52. 1 1
      src/encauth/gcm/gcm_gf_mult.c
  53. 1 1
      src/encauth/gcm/gcm_init.c
  54. 1 1
      src/encauth/gcm/gcm_memory.c
  55. 1 1
      src/encauth/gcm/gcm_mult_h.c
  56. 1 1
      src/encauth/gcm/gcm_process.c
  57. 1 1
      src/encauth/gcm/gcm_reset.c
  58. 1 1
      src/encauth/gcm/gcm_test.c
  59. 1 1
      src/encauth/ocb/ocb_decrypt.c
  60. 1 1
      src/encauth/ocb/ocb_decrypt_verify_memory.c
  61. 1 1
      src/encauth/ocb/ocb_done_decrypt.c
  62. 1 1
      src/encauth/ocb/ocb_done_encrypt.c
  63. 1 1
      src/encauth/ocb/ocb_encrypt.c
  64. 1 1
      src/encauth/ocb/ocb_encrypt_authenticate_memory.c
  65. 1 1
      src/encauth/ocb/ocb_init.c
  66. 1 1
      src/encauth/ocb/ocb_ntz.c
  67. 1 1
      src/encauth/ocb/ocb_shift_xor.c
  68. 1 1
      src/encauth/ocb/ocb_test.c
  69. 1 1
      src/encauth/ocb/s_ocb_done.c
  70. 1 1
      src/encauth/ocb3/ocb3_add_aad.c
  71. 1 1
      src/encauth/ocb3/ocb3_decrypt.c
  72. 1 1
      src/encauth/ocb3/ocb3_decrypt_last.c
  73. 1 1
      src/encauth/ocb3/ocb3_decrypt_verify_memory.c
  74. 1 1
      src/encauth/ocb3/ocb3_done.c
  75. 1 1
      src/encauth/ocb3/ocb3_encrypt.c
  76. 1 1
      src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c
  77. 1 1
      src/encauth/ocb3/ocb3_encrypt_last.c
  78. 1 1
      src/encauth/ocb3/ocb3_init.c
  79. 1 1
      src/encauth/ocb3/ocb3_int_ntz.c
  80. 1 1
      src/encauth/ocb3/ocb3_int_xor_blocks.c
  81. 1 1
      src/encauth/ocb3/ocb3_test.c
  82. 1 1
      src/hashes/blake2b.c
  83. 1 1
      src/hashes/blake2s.c
  84. 1 1
      src/hashes/chc/chc.c
  85. 1 1
      src/hashes/helper/hash_file.c
  86. 1 1
      src/hashes/helper/hash_filehandle.c
  87. 1 1
      src/hashes/helper/hash_memory.c
  88. 1 1
      src/hashes/helper/hash_memory_multi.c
  89. 1 1
      src/hashes/md2.c
  90. 1 1
      src/hashes/md4.c
  91. 1 1
      src/hashes/md5.c
  92. 1 1
      src/hashes/rmd128.c
  93. 1 1
      src/hashes/rmd160.c
  94. 1 1
      src/hashes/rmd256.c
  95. 1 1
      src/hashes/rmd320.c
  96. 1 1
      src/hashes/sha1.c
  97. 1 1
      src/hashes/sha2/sha224.c
  98. 1 1
      src/hashes/sha2/sha256.c
  99. 1 1
      src/hashes/sha2/sha384.c
  100. 1 1
      src/hashes/sha2/sha512.c

+ 1 - 1
demos/timing.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include <tomcrypt.h>
+#include "tomcrypt_private.h"
 
 
 #if defined(_WIN32)
 #if defined(_WIN32)
    #define PRI64  "I64d"
    #define PRI64  "I64d"

+ 1 - 1
demos/tv_gen.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include <tomcrypt.h>
+#include "tomcrypt_private.h"
 
 
 void hash_gen(void)
 void hash_gen(void)
 {
 {

+ 1 - 1
src/ciphers/aes/aes.c

@@ -28,7 +28,7 @@
   Implementation of AES
   Implementation of AES
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_RIJNDAEL
 #ifdef LTC_RIJNDAEL
 
 

+ 1 - 1
src/ciphers/anubis.c

@@ -13,7 +13,7 @@
   Authors: Paulo S.L.M. Barreto and Vincent Rijmen.
   Authors: Paulo S.L.M. Barreto and Vincent Rijmen.
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_ANUBIS
 #ifdef LTC_ANUBIS
 
 

+ 1 - 1
src/ciphers/blowfish.c

@@ -10,7 +10,7 @@
   @file blowfish.c
   @file blowfish.c
   Implementation of the Blowfish block cipher, Tom St Denis
   Implementation of the Blowfish block cipher, Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_BLOWFISH
 #ifdef LTC_BLOWFISH
 
 

+ 1 - 1
src/ciphers/camellia.c

@@ -12,7 +12,7 @@
   Implementation by Tom St Denis of Elliptic Semiconductor
   Implementation by Tom St Denis of Elliptic Semiconductor
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CAMELLIA
 #ifdef LTC_CAMELLIA
 
 

+ 1 - 1
src/ciphers/cast5.c

@@ -11,7 +11,7 @@
    @file cast5.c
    @file cast5.c
    Implementation of LTC_CAST5 (RFC 2144) by Tom St Denis
    Implementation of LTC_CAST5 (RFC 2144) by Tom St Denis
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CAST5
 #ifdef LTC_CAST5
 
 

+ 1 - 1
src/ciphers/des.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file des.c
   @file des.c

+ 1 - 1
src/ciphers/idea.c

@@ -22,7 +22,7 @@
    and Japan (JP 3225440) (expired May 16, 2011).
    and Japan (JP 3225440) (expired May 16, 2011).
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_IDEA
 #ifdef LTC_IDEA
 
 

+ 1 - 1
src/ciphers/kasumi.c

@@ -13,7 +13,7 @@
   Derived from the 3GPP standard source code
   Derived from the 3GPP standard source code
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_KASUMI
 #ifdef LTC_KASUMI
 
 

+ 1 - 1
src/ciphers/khazad.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file khazad.c
   @file khazad.c

+ 1 - 1
src/ciphers/kseed.c

@@ -13,7 +13,7 @@
   Tom St Denis
   Tom St Denis
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_KSEED
 #ifdef LTC_KSEED
 
 

+ 1 - 1
src/ciphers/multi2.c

@@ -11,7 +11,7 @@
   @file multi2.c
   @file multi2.c
   Multi-2 implementation (not public domain, hence the default disable)
   Multi-2 implementation (not public domain, hence the default disable)
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_MULTI2
 #ifdef LTC_MULTI2
 
 

+ 1 - 1
src/ciphers/noekeon.c

@@ -10,7 +10,7 @@
    @file noekeon.c
    @file noekeon.c
    Implementation of the Noekeon block cipher by Tom St Denis
    Implementation of the Noekeon block cipher by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_NOEKEON
 #ifdef LTC_NOEKEON
 
 

+ 1 - 1
src/ciphers/rc2.c

@@ -16,7 +16,7 @@
 * Thanks to CodeView, SoftIce, and D86 for helping bring this code to  *
 * Thanks to CodeView, SoftIce, and D86 for helping bring this code to  *
 * the public.                                                          *
 * the public.                                                          *
 \**********************************************************************/
 \**********************************************************************/
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file rc2.c
   @file rc2.c

+ 1 - 1
src/ciphers/rc5.c

@@ -12,7 +12,7 @@
    LTC_RC5 code by Tom St Denis
    LTC_RC5 code by Tom St Denis
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_RC5
 #ifdef LTC_RC5
 
 

+ 1 - 1
src/ciphers/rc6.c

@@ -11,7 +11,7 @@
    @file rc6.c
    @file rc6.c
    LTC_RC6 code by Tom St Denis
    LTC_RC6 code by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_RC6
 #ifdef LTC_RC6
 
 

+ 1 - 1
src/ciphers/safer/safer.c

@@ -26,7 +26,7 @@
 *
 *
 *******************************************************************************/
 *******************************************************************************/
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_SAFER
 #ifdef LTC_SAFER
 
 

+ 1 - 1
src/ciphers/safer/saferp.c

@@ -11,7 +11,7 @@
    @file saferp.c
    @file saferp.c
    LTC_SAFER+ Implementation by Tom St Denis
    LTC_SAFER+ Implementation by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_SAFERP
 #ifdef LTC_SAFERP
 
 

+ 1 - 1
src/ciphers/serpent.c

@@ -15,7 +15,7 @@
    https://en.wikipedia.org/wiki/Serpent_(cipher)
    https://en.wikipedia.org/wiki/Serpent_(cipher)
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_SERPENT
 #ifdef LTC_SERPENT
 
 

+ 1 - 1
src/ciphers/skipjack.c

@@ -11,7 +11,7 @@
   @file skipjack.c
   @file skipjack.c
   Skipjack Implementation by Tom St Denis
   Skipjack Implementation by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_SKIPJACK
 #ifdef LTC_SKIPJACK
 
 

+ 1 - 1
src/ciphers/twofish/twofish.c

@@ -11,7 +11,7 @@
    @file twofish.c
    @file twofish.c
    Implementation of Twofish by Tom St Denis
    Implementation of Twofish by Tom St Denis
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_TWOFISH
 #ifdef LTC_TWOFISH
 
 

+ 1 - 1
src/ciphers/xtea.c

@@ -11,7 +11,7 @@
   @file xtea.c
   @file xtea.c
   Implementation of LTC_XTEA, Tom St Denis
   Implementation of LTC_XTEA, Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_XTEA
 #ifdef LTC_XTEA
 
 

+ 1 - 1
src/encauth/ccm/ccm_add_aad.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CCM_MODE
 #ifdef LTC_CCM_MODE
 
 

+ 1 - 1
src/encauth/ccm/ccm_add_nonce.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CCM_MODE
 #ifdef LTC_CCM_MODE
 
 

+ 1 - 1
src/encauth/ccm/ccm_done.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CCM_MODE
 #ifdef LTC_CCM_MODE
 
 

+ 1 - 1
src/encauth/ccm/ccm_init.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CCM_MODE
 #ifdef LTC_CCM_MODE
 
 

+ 1 - 1
src/encauth/ccm/ccm_memory.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file ccm_memory.c
   @file ccm_memory.c

+ 1 - 1
src/encauth/ccm/ccm_process.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CCM_MODE
 #ifdef LTC_CCM_MODE
 
 

+ 1 - 1
src/encauth/ccm/ccm_reset.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CCM_MODE
 #ifdef LTC_CCM_MODE
 
 

+ 1 - 1
src/encauth/ccm/ccm_test.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file ccm_test.c
   @file ccm_test.c

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_add_aad.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_decrypt.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_done.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_encrypt.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_init.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_memory.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_setiv.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/chachapoly/chacha20poly1305_test.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_CHACHA20POLY1305_MODE
 #ifdef LTC_CHACHA20POLY1305_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_addheader.c

@@ -10,7 +10,7 @@
     @file eax_addheader.c
     @file eax_addheader.c
     EAX implementation, add meta-data, by Tom St Denis
     EAX implementation, add meta-data, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_decrypt.c

@@ -11,7 +11,7 @@
     @file eax_decrypt.c
     @file eax_decrypt.c
     EAX implementation, decrypt block, by Tom St Denis
     EAX implementation, decrypt block, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_decrypt_verify_memory.c

@@ -11,7 +11,7 @@
     @file eax_decrypt_verify_memory.c
     @file eax_decrypt_verify_memory.c
     EAX implementation, decrypt block of memory, by Tom St Denis
     EAX implementation, decrypt block of memory, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_done.c

@@ -11,7 +11,7 @@
    @file eax_done.c
    @file eax_done.c
    EAX implementation, terminate session, by Tom St Denis
    EAX implementation, terminate session, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_encrypt.c

@@ -11,7 +11,7 @@
    @file eax_encrypt.c
    @file eax_encrypt.c
    EAX implementation, encrypt block by Tom St Denis
    EAX implementation, encrypt block by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_encrypt_authenticate_memory.c

@@ -11,7 +11,7 @@
   @file eax_encrypt_authenticate_memory.c
   @file eax_encrypt_authenticate_memory.c
   EAX implementation, encrypt a block of memory, by Tom St Denis
   EAX implementation, encrypt a block of memory, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_init.c

@@ -11,7 +11,7 @@
    @file eax_init.c
    @file eax_init.c
    EAX implementation, initialized EAX state, by Tom St Denis
    EAX implementation, initialized EAX state, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/eax/eax_test.c

@@ -11,7 +11,7 @@
     @file eax_test.c
     @file eax_test.c
     EAX implementation, self-test, by Tom St Denis
     EAX implementation, self-test, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_EAX_MODE
 #ifdef LTC_EAX_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_add_aad.c

@@ -11,7 +11,7 @@
    @file gcm_add_aad.c
    @file gcm_add_aad.c
    GCM implementation, Add AAD data to the stream, by Tom St Denis
    GCM implementation, Add AAD data to the stream, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_add_iv.c

@@ -11,7 +11,7 @@
    @file gcm_add_iv.c
    @file gcm_add_iv.c
    GCM implementation, add IV data to the state, by Tom St Denis
    GCM implementation, add IV data to the state, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_done.c

@@ -11,7 +11,7 @@
    @file gcm_done.c
    @file gcm_done.c
    GCM implementation, Terminate the stream, by Tom St Denis
    GCM implementation, Terminate the stream, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_gf_mult.c

@@ -11,7 +11,7 @@
    @file gcm_gf_mult.c
    @file gcm_gf_mult.c
    GCM implementation, do the GF mult, by Tom St Denis
    GCM implementation, do the GF mult, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #if defined(LTC_GCM_TABLES) || defined(LTC_LRW_TABLES) || ((defined(LTC_GCM_MODE) || defined(LTC_GCM_MODE)) && defined(LTC_FAST))
 #if defined(LTC_GCM_TABLES) || defined(LTC_LRW_TABLES) || ((defined(LTC_GCM_MODE) || defined(LTC_GCM_MODE)) && defined(LTC_FAST))
 
 

+ 1 - 1
src/encauth/gcm/gcm_init.c

@@ -11,7 +11,7 @@
    @file gcm_init.c
    @file gcm_init.c
    GCM implementation, initialize state, by Tom St Denis
    GCM implementation, initialize state, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_memory.c

@@ -11,7 +11,7 @@
    @file gcm_memory.c
    @file gcm_memory.c
    GCM implementation, process a packet, by Tom St Denis
    GCM implementation, process a packet, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_mult_h.c

@@ -11,7 +11,7 @@
    @file gcm_mult_h.c
    @file gcm_mult_h.c
    GCM implementation, do the GF mult, by Tom St Denis
    GCM implementation, do the GF mult, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #if defined(LTC_GCM_MODE)
 #if defined(LTC_GCM_MODE)
 /**
 /**

+ 1 - 1
src/encauth/gcm/gcm_process.c

@@ -11,7 +11,7 @@
    @file gcm_process.c
    @file gcm_process.c
    GCM implementation, process message data, by Tom St Denis
    GCM implementation, process message data, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_reset.c

@@ -11,7 +11,7 @@
    @file gcm_reset.c
    @file gcm_reset.c
    GCM implementation, reset a used state so it can accept IV data, by Tom St Denis
    GCM implementation, reset a used state so it can accept IV data, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/gcm/gcm_test.c

@@ -11,7 +11,7 @@
    @file gcm_test.c
    @file gcm_test.c
    GCM implementation, testing, by Tom St Denis
    GCM implementation, testing, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_GCM_MODE
 #ifdef LTC_GCM_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_decrypt.c

@@ -11,7 +11,7 @@
    @file ocb_decrypt.c
    @file ocb_decrypt.c
    OCB implementation, decrypt data, by Tom St Denis
    OCB implementation, decrypt data, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_decrypt_verify_memory.c

@@ -11,7 +11,7 @@
   @file ocb_decrypt_verify_memory.c
   @file ocb_decrypt_verify_memory.c
   OCB implementation, helper to decrypt block of memory, by Tom St Denis
   OCB implementation, helper to decrypt block of memory, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_done_decrypt.c

@@ -11,7 +11,7 @@
    @file ocb_done_decrypt.c
    @file ocb_done_decrypt.c
    OCB implementation, terminate decryption, by Tom St Denis
    OCB implementation, terminate decryption, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_done_encrypt.c

@@ -11,7 +11,7 @@
    @file ocb_done_encrypt.c
    @file ocb_done_encrypt.c
    OCB implementation, terminate encryption, by Tom St Denis
    OCB implementation, terminate encryption, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_encrypt.c

@@ -11,7 +11,7 @@
    @file ocb_encrypt.c
    @file ocb_encrypt.c
    OCB implementation, encrypt data, by Tom St Denis
    OCB implementation, encrypt data, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_encrypt_authenticate_memory.c

@@ -11,7 +11,7 @@
   @file ocb_encrypt_authenticate_memory.c
   @file ocb_encrypt_authenticate_memory.c
   OCB implementation, encrypt block of memory, by Tom St Denis
   OCB implementation, encrypt block of memory, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_init.c

@@ -11,7 +11,7 @@
    @file ocb_init.c
    @file ocb_init.c
    OCB implementation, initialize state, by Tom St Denis
    OCB implementation, initialize state, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_ntz.c

@@ -12,7 +12,7 @@
    OCB implementation, internal function, by Tom St Denis
    OCB implementation, internal function, by Tom St Denis
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_shift_xor.c

@@ -11,7 +11,7 @@
    @file ocb_shift_xor.c
    @file ocb_shift_xor.c
    OCB implementation, internal function, by Tom St Denis
    OCB implementation, internal function, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/ocb_test.c

@@ -11,7 +11,7 @@
    @file ocb_test.c
    @file ocb_test.c
    OCB implementation, self-test by Tom St Denis
    OCB implementation, self-test by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb/s_ocb_done.c

@@ -11,7 +11,7 @@
    @file s_ocb_done.c
    @file s_ocb_done.c
    OCB implementation, internal helper, by Tom St Denis
    OCB implementation, internal helper, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB_MODE
 #ifdef LTC_OCB_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_add_aad.c

@@ -11,7 +11,7 @@
    @file ocb3_add_aad.c
    @file ocb3_add_aad.c
    OCB implementation, add AAD data, by Karel Miko
    OCB implementation, add AAD data, by Karel Miko
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_decrypt.c

@@ -11,7 +11,7 @@
    @file ocb3_decrypt.c
    @file ocb3_decrypt.c
    OCB implementation, decrypt data, by Tom St Denis
    OCB implementation, decrypt data, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_decrypt_last.c

@@ -11,7 +11,7 @@
    @file ocb3_decrypt_last.c
    @file ocb3_decrypt_last.c
    OCB implementation, internal helper, by Karel Miko
    OCB implementation, internal helper, by Karel Miko
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_decrypt_verify_memory.c

@@ -11,7 +11,7 @@
   @file ocb3_decrypt_verify_memory.c
   @file ocb3_decrypt_verify_memory.c
   OCB implementation, helper to decrypt block of memory, by Tom St Denis
   OCB implementation, helper to decrypt block of memory, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_done.c

@@ -11,7 +11,7 @@
    @file ocb3_done.c
    @file ocb3_done.c
    OCB implementation, INTERNAL ONLY helper, by Tom St Denis
    OCB implementation, INTERNAL ONLY helper, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_encrypt.c

@@ -11,7 +11,7 @@
    @file ocb3_encrypt.c
    @file ocb3_encrypt.c
    OCB implementation, encrypt data, by Tom St Denis
    OCB implementation, encrypt data, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c

@@ -11,7 +11,7 @@
   @file ocb3_encrypt_authenticate_memory.c
   @file ocb3_encrypt_authenticate_memory.c
   OCB implementation, encrypt block of memory, by Tom St Denis
   OCB implementation, encrypt block of memory, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_encrypt_last.c

@@ -11,7 +11,7 @@
    @file ocb3_encrypt_last.c
    @file ocb3_encrypt_last.c
    OCB implementation, internal helper, by Karel Miko
    OCB implementation, internal helper, by Karel Miko
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_init.c

@@ -11,7 +11,7 @@
    @file ocb3_init.c
    @file ocb3_init.c
    OCB implementation, initialize state, by Tom St Denis
    OCB implementation, initialize state, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_int_ntz.c

@@ -11,7 +11,7 @@
    @file ocb3_int_ntz.c
    @file ocb3_int_ntz.c
    OCB implementation, INTERNAL ONLY helper, by Tom St Denis
    OCB implementation, INTERNAL ONLY helper, by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_int_xor_blocks.c

@@ -11,7 +11,7 @@
    @file ocb3_int_xor_blocks.c
    @file ocb3_int_xor_blocks.c
    OCB implementation, INTERNAL ONLY helper, by Karel Miko
    OCB implementation, INTERNAL ONLY helper, by Karel Miko
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/encauth/ocb3/ocb3_test.c

@@ -11,7 +11,7 @@
    @file ocb3_test.c
    @file ocb3_test.c
    OCB implementation, self-test by Tom St Denis
    OCB implementation, self-test by Tom St Denis
 */
 */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_OCB3_MODE
 #ifdef LTC_OCB3_MODE
 
 

+ 1 - 1
src/hashes/blake2b.c

@@ -23,7 +23,7 @@
 */
 */
 /* see also https://www.ietf.org/rfc/rfc7693.txt */
 /* see also https://www.ietf.org/rfc/rfc7693.txt */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_BLAKE2B
 #ifdef LTC_BLAKE2B
 
 

+ 1 - 1
src/hashes/blake2s.c

@@ -23,7 +23,7 @@
 */
 */
 /* see also https://www.ietf.org/rfc/rfc7693.txt */
 /* see also https://www.ietf.org/rfc/rfc7693.txt */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_BLAKE2S
 #ifdef LTC_BLAKE2S
 
 

+ 1 - 1
src/hashes/chc/chc.c

@@ -7,7 +7,7 @@
  * guarantee it works.
  * guarantee it works.
  */
  */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file chc.c
   @file chc.c

+ 1 - 1
src/hashes/helper/hash_file.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifndef LTC_NO_FILE
 #ifndef LTC_NO_FILE
 /**
 /**

+ 1 - 1
src/hashes/helper/hash_filehandle.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifndef LTC_NO_FILE
 #ifndef LTC_NO_FILE
 /**
 /**

+ 1 - 1
src/hashes/helper/hash_memory.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #ifdef LTC_HASH_HELPERS
 #ifdef LTC_HASH_HELPERS
 /**
 /**

+ 1 - 1
src/hashes/helper/hash_memory_multi.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 #include <stdarg.h>
 #include <stdarg.h>
 
 
 #ifdef LTC_HASH_HELPERS
 #ifdef LTC_HASH_HELPERS

+ 1 - 1
src/hashes/md2.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
    @param md2.c
    @param md2.c

+ 1 - 1
src/hashes/md4.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
    @param md4.c
    @param md4.c

+ 1 - 1
src/hashes/md5.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 
 
 /**
 /**

+ 1 - 1
src/hashes/rmd128.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
    @param rmd128.c
    @param rmd128.c

+ 1 - 1
src/hashes/rmd160.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
    @file rmd160.c
    @file rmd160.c

+ 1 - 1
src/hashes/rmd256.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
    @param rmd256.c
    @param rmd256.c

+ 1 - 1
src/hashes/rmd320.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
    @file rmd320.c
    @file rmd320.c

+ 1 - 1
src/hashes/sha1.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file sha1.c
   @file sha1.c

+ 1 - 1
src/hashes/sha2/sha224.c

@@ -11,7 +11,7 @@
    LTC_SHA-224 new NIST standard based off of LTC_SHA-256 truncated to 224 bits (Tom St Denis)
    LTC_SHA-224 new NIST standard based off of LTC_SHA-256 truncated to 224 bits (Tom St Denis)
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #if defined(LTC_SHA224) && defined(LTC_SHA256)
 #if defined(LTC_SHA224) && defined(LTC_SHA256)
 
 

+ 1 - 1
src/hashes/sha2/sha256.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
   @file sha256.c
   @file sha256.c

+ 1 - 1
src/hashes/sha2/sha384.c

@@ -11,7 +11,7 @@
    LTC_SHA384 hash included in sha512.c, Tom St Denis
    LTC_SHA384 hash included in sha512.c, Tom St Denis
 */
 */
 
 
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 #if defined(LTC_SHA384) && defined(LTC_SHA512)
 #if defined(LTC_SHA384) && defined(LTC_SHA512)
 
 

+ 1 - 1
src/hashes/sha2/sha512.c

@@ -6,7 +6,7 @@
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
  */
  */
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
 
 
 /**
 /**
    @param sha512.c
    @param sha512.c

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