From bc612559f8705ef940eb6659cab4d44935ca34d2 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 18 Mar 2013 21:06:39 +0000 Subject: [PATCH] sha1 now does hex encoding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457995 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 790463f8a8..50cdf9b84c 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -482,7 +482,7 @@ listfunction ::= listfuncname "(" word ")" Decode base64 encoded string, return truncated string if 0x00 is found sha1 - Hash the string using SHA1, then encode the hash with base64 + Hash the string using SHA1, then encode the hash with hexadecimal encoding file Read contents from a fileyes