From cvs-return-5806-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Fri May 28 00:48:57 2004 Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 20052 invoked from network); 28 May 2004 00:48:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 May 2004 00:48:57 -0000 Received: (qmail 55247 invoked by uid 500); 28 May 2004 00:49:34 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 55169 invoked by uid 500); 28 May 2004 00:49:34 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 55142 invoked by uid 500); 28 May 2004 00:49:34 -0000 Delivered-To: apmail-apr-util-cvs@apache.org X-Qmail-Scanner-Mail-From: rbb@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.028589 secs) Date: 28 May 2004 00:48:55 -0000 Message-ID: <20040528004855.20026.qmail@minotaur.apache.org> From: rbb@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/include apr_md5.h X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rbb 2004/05/27 17:48:54 Modified: include apr_md5.h Log: This should have been sha1, not base64 Revision Changes Path 1.10 +1 -1 apr-util/include/apr_md5.h Index: apr_md5.h =================================================================== RCS file: /home/cvs/apr-util/include/apr_md5.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- apr_md5.h 28 May 2004 00:22:02 -0000 1.9 +++ apr_md5.h 28 May 2004 00:48:54 -0000 1.10 @@ -140,7 +140,7 @@ /** - * Validate hashes created by APR-supported algorithms: md5 and base64. + * Validate hashes created by APR-supported algorithms: md5 and sha1. * hashes created by crypt are supported only on platforms that provide * crypt(3), so don't rely on that function unless you know that your * application will be run only on platforms that support it. On platforms