X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=cubehash%2Fxchg.h;h=1c4d9e469d7768c051b3687cafb9faf64af55a64;hp=c8c6565584715eaca8bcd9d2e6e281e7fd5d79db;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/cubehash/xchg.h b/cubehash/xchg.h index c8c6565..1c4d9e4 100644 --- a/cubehash/xchg.h +++ b/cubehash/xchg.h @@ -22,6 +22,6 @@ #include -void xchg32_array(void* a, void* b, uint8_t n); +void xchg32_array(void *a, void *b, uint8_t n); #endif /* XCHG_H_ */