X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgc-pbkdf2-sha1.c;h=3c864c6d63751df4ec2422610ea7407969045a53;hb=cbb4401a52ac870ccfe0fbc1e1503e4741ca8fd5;hp=0c105aab9334295850a0d32fd5e081aa86112e01;hpb=ba2c955b21509d05643aff4e1013ae246fdd6af0;p=gnulib.git diff --git a/lib/gc-pbkdf2-sha1.c b/lib/gc-pbkdf2-sha1.c index 0c105aab9..3c864c6d6 100644 --- a/lib/gc-pbkdf2-sha1.c +++ b/lib/gc-pbkdf2-sha1.c @@ -1,5 +1,5 @@ /* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5 - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,9 +18,7 @@ /* Written by Simon Josefsson. The comments in this file are taken from RFC 2898. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "gc.h"