X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c4f2d992e4a0fc068281376d89ec38de56dc2f58..ca1483ba6be132d0acdf848d1c519ba670686b44:/src/idea.c diff --git a/src/idea.c b/src/idea.c index e1bacfe..1bdd9e8 100644 --- a/src/idea.c +++ b/src/idea.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: idea.c,v 1.1 1997/07/21 13:47:49 mdw Exp $ + * $Id: idea.c,v 1.2 1997/08/04 10:24:22 mdw Exp $ * * IDEA encryption routines * Based on Straylight ARM assembler routines @@ -8,7 +8,7 @@ * (c) 1996, 1997 Mark Wooding */ -/*----- Licencing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of `become' * @@ -23,14 +23,17 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with `become'; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with `become'; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*----- Revision history --------------------------------------------------* * * $Log: idea.c,v $ - * Revision 1.1 1997/07/21 13:47:49 mdw + * Revision 1.2 1997/08/04 10:24:22 mdw + * Sources placed under CVS control. + * + * Revision 1.1 1997/07/21 13:47:49 mdw * Initial revision * */ @@ -48,6 +51,7 @@ /*----- Header files ------------------------------------------------------*/ #include +#include #include "config.h" #include "idea.h"