From: Guillem Jover Date: Mon, 25 Jul 2005 23:37:06 +0000 (+0000) Subject: Versions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0 X-Git-Tag: 0.0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd2ba1a90fbacd1aa52f683f9666dd66841c6ca;p=thirdparty%2Flibbsd.git 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 + + * Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and + MD5Final. + 2005-07-26 Hector Garcia * 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: *; };