X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=xtea%2Fxtea.c;h=c517e9b08063f3f29a26e519ed21bbd24814f1f6;hb=b246a2a0589f234db6247255555df98f4c281c41;hp=4605cb0ffb4ee64b055ea66351b64779f8ee391f;hpb=35dc9566e40c9f68fa216c70eaa6d5b0597448fe;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;