Commit 3bd2ba1a90fbacd1aa52f683f9666dd66841c6ca

Guillem Jover 2005-07-25T23:37:06

Versions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0

diff --git a/ChangeLog b/ChangeLog
index 2f7d46f..a087f36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".
diff --git a/Versions b/Versions
index 87cf983..d82b711 100644
--- a/Versions
+++ b/Versions
@@ -5,6 +5,10 @@ LIBBSD_0.0 {
     inet_net_pton;
     strlcpy;
     strlcat;
+    MD5Init;
+    MD5Update;
+    MD5Pad;
+    MD5Final;
   local:
     *;
 };