diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Versions | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-07-26 Guillem Jover <guillem@debian.org> + + * Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and + MD5Final. + 2005-07-26 Hector Garcia <hector@debian.org> * Makefile (LIB_SRCS): Add "md5c.c". @@ -5,6 +5,10 @@ LIBBSD_0.0 { inet_net_pton; strlcpy; strlcat; + MD5Init; + MD5Update; + MD5Pad; + MD5Final; local: *; }; |