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

This commit is contained in:
Guillem Jover 2005-07-25 23:37:06 +00:00
parent 8812987454
commit 3bd2ba1a90
2 changed files with 9 additions and 0 deletions

View File

@ -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".

View File

@ -5,6 +5,10 @@ LIBBSD_0.0 {
inet_net_pton;
strlcpy;
strlcat;
MD5Init;
MD5Update;
MD5Pad;
MD5Final;
local:
*;
};