Hi All,
I tried
#include "apr_md5.h"
unsigned char *hash = apr_palloc(r->pool, APR_MD5_DIGESTSIZE);
apr_md5(hash,"forest",APR_MD5_DIGESTSIZE);
ap_log_rerror(APLOG_MARK, APLOG_ERR, APR_SUCCESS,r,"Hash %s to %s
","forest" ,hash);
I get some chunk values instead of
echo -n "forest" | md5sum
which is f379cfd7a55b621577a8389d1817a102
Thanks
Vijay
http://iavian.com
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]