X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal-basic.c;h=17b1765e97f58e3eaaf9274aab626ace38d70ab0;hb=e1cb3a050dbdb395e9d87f954d754046481b82f7;hp=82c040bca00425931d525583e695a20308921017;hpb=f26c4e0df2415993c0c85229cbab83f393526342;p=avr-crypto-lib.git diff --git a/hfal-basic.c b/hfal-basic.c index 82c040b..17b1765 100644 --- a/hfal-basic.c +++ b/hfal-basic.c @@ -70,7 +70,6 @@ void hfal_hash_mem(const hfdesc_t* hash_descriptor, void* dest, const void* msg, if(f){ ((hf_mem_fpt)f)(dest, msg, length_b); }else{ - uint16_t bs,bsb; uint8_t ctx[pgm_read_word(&(hash_descriptor->ctxsize_B))]; f=(void_fpt)pgm_read_word(&(hash_descriptor->init));