Re: MD5 hash query

From: Robert Collins <robert.collins@dont-contact.us>
Date: Fri, 28 Dec 2001 22:23:20 +1100

from a quick eyeball, you need to feed id, method (An ENUM value) and
then the URL.

===
(unsigned char *) &id, sizeof(id));
(unsigned char *) &method, sizeof(method));
(unsigned char *) url, strlen(url));
===

So there are unique for a given version of squid (id and method will
change), and potentially even for different C compilers or platforms.

Rob
Received on Fri Dec 28 2001 - 04:23:13 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:42 MST