X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=memxor.h;h=a62a616874f82085f1041af1014cba3c84df03a0;hp=d84f33559bcd07b7a7ed14a7f132d7fd1519d773;hb=8d79feec50a05a02fadb12e516c20674e698d5ae;hpb=11a70cc550260f2f35c6e0d106bf38c3e97e5720 diff --git a/memxor.h b/memxor.h index d84f335..a62a616 100644 --- a/memxor.h +++ b/memxor.h @@ -2,6 +2,6 @@ #define MEMXOR_H_ #include -void memxor(void * dest, const void * src, uint16_t n); +void memxor(void* dest, const void* src, uint16_t n); #endif