X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=cscipher%2Fcscipher_small.c;h=220bcc9247fca9b62f2849b3fa4d79ed9977b722;hb=b246a2a0589f234db6247255555df98f4c281c41;hp=9e8b297f7598154b7fc778806699b34e20a4dceb;hpb=548902530e99ffda615113aee335956ea92aab7c;p=avr-crypto-lib.git diff --git a/cscipher/cscipher_small.c b/cscipher/cscipher_small.c index 9e8b297..220bcc9 100644 --- a/cscipher/cscipher_small.c +++ b/cscipher/cscipher_small.c @@ -148,7 +148,7 @@ void cscipher_dec(void* buffer, const cscipher_ctx_t* ctx){ void cscipher_init(const void* key, cscipher_ctx_t* ctx){ uint8_t tmp_key[16], tmp[8]; - uint8_t i,j,k,t; + uint8_t i,j,k,t=0; memcpy(tmp_key, key, 16); for(i=0; i<9; ++i){ #if DEBUG