summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2005-07-25 23:32:52 +0000
committerGuillem Jover <guillem@hadrons.org>2008-05-06 08:44:19 +0300
commit88129874541ecd0039f3cbee20e69a4eb8735252 (patch)
treeea82b3950baa9014a189a2c7ee9159cd9fc32e9f
parent2154e96175c123584730cf6d2a06e4a20ce737be (diff)
downloadlibbsd-88129874541ecd0039f3cbee20e69a4eb8735252.tar.gz
Fix ChangeLog format
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f62265..2f7d46f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-2005-07-26 Hector Garcia <hector@debian.org>
- * md5c.c: Changed depend to "md5.h"
- * md5.h: Included it from sys/md5.h
- * Makefile: Changed it to compile md5c.c
+2005-07-26 Hector Garcia <hector@debian.org>
+
+ * Makefile (LIB_SRCS): Add "md5c.c".
+ * md5c.c: Changed include to "md5.h".
+ * md5.h: Replaced with the system header sys/md5.h.
2005-07-25 Guillem Jover <guillem@debian.org>