X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal-test.c;h=c71a7a3b09aad9dcb9da35e32898be1c51d0dd99;hb=d72d6fbe7abbd26958657c877bc0a3dbef8148ce;hp=9efce38e3e49e370adc2e9958ca8a278063b51cb;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git 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;