X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Farctwo.c;h=ccaa4b6c2885949f1e444c9f48d04de3a38fda49;hb=bb2bf54fe80c58cf9ed9cb71447743060970d198;hp=2c37471a159679025ad82c58b7c210f5e5565f68;hpb=8df4dfe1cb7f07141fcaeccfc5a1fa93e0c76303;p=gnulib.git diff --git a/lib/arctwo.c b/lib/arctwo.c index 2c37471a1..ccaa4b6c2 100644 --- a/lib/arctwo.c +++ b/lib/arctwo.c @@ -1,5 +1,5 @@ /* arctwo.c --- The RC2 cipher as described in RFC 2268. - * Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + * Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published @@ -27,9 +27,7 @@ * The implementation here is based on Peter Gutmann's RRC.2 paper. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "arctwo.h"