X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=memxor.S;h=885dad5338a4f4ad65391ed5f367c802736b6224;hb=f45bd686f23c192af450aa42a59c10fcb179d8e2;hp=cb3d0e86cb60fadcec00ca1124b25f2ba9560af9;hpb=6bd58d7909b89a3e05003a63cdc642638fa653e6;p=avr-crypto-lib.git diff --git a/memxor.S b/memxor.S index cb3d0e8..885dad5 100644 --- a/memxor.S +++ b/memxor.S @@ -1,6 +1,6 @@ /* memxor.S */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -26,9 +26,6 @@ * */ -#include -#include "avr-asm-macros.S" - /* * void memxor(void* dest, const void* src, uint16_t n); */