X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal-performance.c;h=9bfaa8504c934e2db5e37f025ee5e1b52b380bb7;hb=2f9b301c15c03faa76b7f9c95b18eadaa8d013ae;hp=c64e7e962fbed888c528d8bfb64ad199a6a6b212;hpb=6483e60140be5fe4ab60de85cdf679fc0518dc99;p=avr-crypto-lib.git diff --git a/hfal-performance.c b/hfal-performance.c index c64e7e9..9bfaa85 100644 --- a/hfal-performance.c +++ b/hfal-performance.c @@ -80,7 +80,7 @@ void hfal_performance(const hfdesc_t* hd){ STOP_TIMER; t += stopTimer(); if(i!=31 && hf.free){ - hf.free(&ctx) + hf.free(&ctx); } } t>>=5;