From: Stefan Fritsch Date: Mon, 18 Mar 2013 21:06:39 +0000 (+0000) Subject: sha1 now does hex encoding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a64c6fe3eadc0fe1202a282b73e3efec8a769a;p=thirdparty%2Fapache%2Fhttpd.git 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 790463f8a84..50cdf9b84ce 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