]> sjero.net Git - wget/blobdiff - src/gen-md5.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / gen-md5.c
index 6533127b75ad84af9d3b8f8a5ebee3d912f6021c..d4d5f5c2267ed86f14d5d76120f4e9ad03fdf454 100644 (file)
@@ -1,6 +1,6 @@
 /* General MD5 support.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+   2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -28,6 +28,8 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
+#define USE_GNULIB_ALLOC
+
 #include "wget.h"
 
 #include "gen-md5.h"