From: Stefan Fritsch Date: Mon, 18 Mar 2013 21:06:39 +0000 (+0000) Subject: sha1 now does hex encoding X-Git-Tag: 2.5.0-alpha~5661 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc612559f8705ef940eb6659cab4d44935ca34d2;p=apache sha1 now does hex encoding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457995 13f79535-47bb-0310-9956-ffa450edef68 --- 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