]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Versions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0
authorGuillem Jover <guillem@hadrons.org>
Mon, 25 Jul 2005 23:37:06 +0000 (23:37 +0000)
committerGuillem Jover <guillem@hadrons.org>
Tue, 6 May 2008 05:44:20 +0000 (08:44 +0300)
ChangeLog
Versions

index 2f7d46fdb62e5fe9860a8107ba5d418ddff50624..a087f364bcb9dabc8865b9cac56bf37e2444c396 100644 (file)
--- 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".
index 87cf983430e9c141be5385f6480329760020b1a4..d82b7114c412d433feeee786909438822941839b 100644 (file)
--- a/Versions
+++ b/Versions
@@ -5,6 +5,10 @@ LIBBSD_0.0 {
     inet_net_pton;
     strlcpy;
     strlcat;
+    MD5Init;
+    MD5Update;
+    MD5Pad;
+    MD5Final;
   local:
     *;
 };