Guest User

Untitled

a guest
Nov 29th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. DES_bs.c:310:25: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  2. 310 | static MAYBE_INLINE int DES_bs_get_hash(int index, int count)
  3. | ^~~~~~~~~~~~~~~
  4. DES_bs_b.c:1415:26: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  5. 1415 | static MAYBE_INLINE void DES_bs_finalize_keys_LM(void)
  6. | ^~~~~~~~~~~~~~~~~~~~~~~
  7. In file included from DES_bs_b.c:1087:
  8. nonstd.c:2956:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  9. 2956 | s8(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  10. | ^~
  11. nonstd.c:2602:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  12. 2602 | s7(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  13. | ^~
  14. nonstd.c:1406:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  15. 1406 | s6(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  16. | ^~
  17. nonstd.c:1250:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  18. 1250 | s5(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  19. | ^~
  20. nonstd.c:1115:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  21. 1115 | s4(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  22. | ^~
  23. nonstd.c:744:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  24. 744 | s3(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  25. | ^~
  26. nonstd.c:443:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  27. 443 | s2(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  28. | ^~
  29. nonstd.c:136:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  30. 136 | s1(vtype a1, vtype a2, vtype a3, vtype a4, vtype a5, vtype a6,
  31. | ^~
  32. DES_bs_b.c:1000:26: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  33. 1000 | static MAYBE_INLINE void DES_bs_finalize_keys(void)
  34. | ^~~~~~~~~~~~~~~~~~~~
  35. MD5_std.c:587:24: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  36. 587 | MAYBE_INLINE_BODY void MD5_body(MD5_word x0[15], MD5_word x1[15],
  37. | ^~~~~~~~
  38. trip_fmt.c:341:26: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  39. 341 | static MAYBE_INLINE void crypt_traverse_by_salt(int count)
  40. | ^~~~~~~~~~~~~~~~~~~~~~
  41. trip_fmt.c:294:26: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  42. 294 | static MAYBE_INLINE void crypt_link_by_salt(int count)
  43. | ^~~~~~~~~~~~~~~~~~
  44. dynamic_fmt.c: In function ‘init’:
  45. dynamic_fmt.c:779:27: warning: iteration 8 invokes undefined behavior [-Waggressive-loop-optimizations]
  46. 779 | total_len2[i*MMX_COEF] = 32;
  47. | ~~~~~~~~~~~~~~~~~~~~~~~^~~~
  48. dynamic_fmt.c:774:3: note: within this loop
  49. 774 | for (i = 0; i < BLOCK_LOOPS; ++i) {
  50. | ^~~
  51. ssh_fmt.c:55:11: error: field ‘pk’ has incomplete type
  52. 55 | EVP_PKEY pk;
  53. | ^~
  54. ssh_fmt.c: In function ‘EVP_DecryptFinal_ex_safe’:
  55. ssh_fmt.c:118:9: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  56. 118 | if (ctx->cipher->flags & EVP_CIPH_FLAG_CUSTOM_CIPHER) {
  57. | ^~
  58. ssh_fmt.c:107:43: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  59. 107 | #define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl)
  60. | ^~
  61. ssh_fmt.c:119:7: note: in expansion of macro ‘M_do_cipher’
  62. 119 | i = M_do_cipher(ctx, out, NULL, 0);
  63. | ^~~~~~~~~~~
  64. ssh_fmt.c:127:14: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  65. 127 | b=ctx->cipher->block_size;
  66. | ^~
  67. ssh_fmt.c:131:16: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  68. 131 | if (ctx->flags & EVP_CIPH_NO_PADDING) {
  69. | ^~
  70. ssh_fmt.c:132:9: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  71. 132 | if(ctx->buf_len) {
  72. | ^~
  73. ssh_fmt.c:139:10: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  74. 139 | if (ctx->buf_len || !ctx->final_used) {
  75. | ^~
  76. ssh_fmt.c:139:27: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  77. 139 | if (ctx->buf_len || !ctx->final_used) {
  78. | ^~
  79. In file included from ssh_fmt.c:17:
  80. ssh_fmt.c:142:33: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  81. 142 | OPENSSL_assert(b <= sizeof ctx->final);
  82. | ^~
  83. ssh_fmt.c:143:22: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  84. 143 | n=ctx->final[b-1];
  85. | ^~
  86. ssh_fmt.c:148:11: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  87. 148 | if (ctx->final[--b] != n) {
  88. | ^~
  89. ssh_fmt.c:152:22: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  90. 152 | n=ctx->cipher->block_size-n;
  91. | ^~
  92. ssh_fmt.c:154:14: error: invalid use of incomplete typedef ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  93. 154 | out[i]=ctx->final[i];
  94. | ^~
  95. ssh_fmt.c: In function ‘PEM_do_header_safe’:
  96. ssh_fmt.c:167:24: error: storage size of ‘ctx’ isn’t known
  97. 167 | EVP_CIPHER_CTX ctx;
  98. | ^~~
  99. ssh_fmt.c:167:24: warning: unused variable ‘ctx’ [-Wunused-variable]
  100. ssh_fmt.c: In function ‘get_salt’:
  101. ssh_fmt.c:212:11: error: storage size of ‘pk’ isn’t known
  102. 212 | EVP_PKEY pk;
  103. | ^~
  104. ssh_fmt.c:212:11: warning: unused variable ‘pk’ [-Wunused-variable]
  105. ssh_fmt.c: In function ‘crypt_all’:
  106. ssh_fmt.c:325:3: error: variable ‘pk’ has initializer but incomplete type
  107. 325 | EVP_PKEY pk = restored_custom_salt->pk;
  108. | ^~~~~~~~
  109. ssh_fmt.c:325:12: error: storage size of ‘pk’ isn’t known
  110. 325 | EVP_PKEY pk = restored_custom_salt->pk;
  111. | ^~
  112. ssh_fmt.c:325:12: warning: unused variable ‘pk’ [-Wunused-variable]
  113. make[1]: *** [Makefile:1781: ssh_fmt.o] Error 1
  114. make: *** [Makefile:367: linux-x86-64-opencl] Error 2
Add Comment
Please, Sign In to add comment