In message <[email protected]>, dwi 
kristianto writes:
>hello all,
>
>is there any easy way to use md5 with varnish VCL inline C?'
>
>i've tried this code with no luck.
>at sub vcl_recv:
>#include <openssl/ssl.h>
>#include <openssl/ssl3.h>

You need to put the includes outside sub vcl_recv{}

Varnish 3.0 will have support for loadable modules ("VMOD") and one
of the ones I hope to see is one contaning common hash functions
like MD5 etc.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to