X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=xtea%2Fxtea.c;h=c517e9b08063f3f29a26e519ed21bbd24814f1f6;hb=5a83cf2b010b74721dec56d940dcf457fae24205;hp=4605cb0ffb4ee64b055ea66351b64779f8ee391f;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/xtea/xtea.c b/xtea/xtea.c index 4605cb0..c517e9b 100644 --- a/xtea/xtea.c +++ b/xtea/xtea.c @@ -24,7 +24,6 @@ */ #include - void xtea_enc(void* dest, const void* v, const void* k) { uint8_t i;