This patch removes a stray mhash.h #include left over from the openssl migration which will make the build fail on a machine without libmhash installed.
comparing with ../lkl-urweb/ searching for changes changeset: 1379:00cadc55f0d3 tag: tip user: Karn Kallio <kkal...@eka> date: Mon Jan 03 14:36:41 2011 -0430 summary: Remove stray reference to libmhash.
diff -r 461250eb24a2 -r 00cadc55f0d3 src/c/request.c --- a/src/c/request.c Sun Jan 02 11:40:08 2011 -0500 +++ b/src/c/request.c Mon Jan 03 14:36:41 2011 -0430 @@ -11,8 +11,6 @@ #include <pthread.h> -#include <mhash.h> - #include "urweb.h" #define MAX_RETRIES 5
_______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
