thetaphi Fri Apr 15 05:44:45 2005 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard md5.c
Log:
correct copy/paste problem
http://cvs.php.net/diff.php/php-src/ext/standard/md5.c?r1=1.28.4.3&r2=1.28.4.4&ty=u
Index: php-src/ext/standard/md5.c
diff -u php-src/ext/standard/md5.c:1.28.4.3 php-src/ext/standard/md5.c:1.28.4.4
--- php-src/ext/standard/md5.c:1.28.4.3 Fri Apr 15 05:24:45 2005
+++ php-src/ext/standard/md5.c Fri Apr 15 05:44:45 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: md5.c,v 1.28.4.3 2005/04/15 09:24:45 thetaphi Exp $ */
+/* $Id: md5.c,v 1.28.4.4 2005/04/15 09:44:45 thetaphi Exp $ */
/*
* md5.c - Copyright 1997 Lachlan Roche
@@ -109,8 +109,6 @@
close(fd);
- fclose(fp);
-
make_digest(md5str, digest);
RETVAL_STRING(md5str, 1);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php