X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=hfal%2Fhfal-test.c;fp=hfal%2Fhfal-test.c;h=c71a7a3b09aad9dcb9da35e32898be1c51d0dd99;hp=9efce38e3e49e370adc2e9958ca8a278063b51cb;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/hfal/hfal-test.c b/hfal/hfal-test.c index 9efce38..c71a7a3 100644 --- a/hfal/hfal-test.c +++ b/hfal/hfal-test.c @@ -31,7 +31,7 @@ #include #include -void hfal_test(const hfdesc_t* hd, void* msg, uint32_t length_b){ +void hfal_test(const hfdesc_t *hd, void *msg, uint32_t length_b){ if(pgm_read_byte(&(hd->type))!=HFDESC_TYPE_HASHFUNCTION) return; uint16_t dlen = (pgm_read_word(&(hd->hashsize_b))+7)/8;