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