xoreaxeaxeax / movfuscator

The single instruction C compiler
Other
9.29k stars 394 forks source link

./check.sh failed ... #22

Closed narutocanada closed 6 years ago

narutocanada commented 6 years ago

validation/aes/test.c:101: illegal statement termination validation/aes/test.c:101: skipping struct' validation/aes/test.c:101: undeclared identifierAES_ctx' validation/aes/test.c:101: warning: expression with no effect elided validation/aes/test.c:101: syntax error; found ctx' expecting;' validation/aes/test.c:101: undeclared identifier ctx' validation/aes/test.c:101: warning: expression with no effect elided validation/aes/test.c:102: warning: type error in argument 1 toAES_init_ctx'; found pointer to int' expectedpointer to struct AES_ctx' validation/aes/test.c:106: warning: type error in argument 1 to AES_ECB_encrypt'; foundpointer to int' expected `pointer to struct AES_ctx'

M/o/Vfuscation failed.

maybe the have changed the source code at https://github.com/kokke/tiny-AES128-C I think you should include a version that worked ... (for all external stuff too, they might get changed)

xoreaxeaxeax commented 6 years ago

Fixed, thanks.