diff --git a/lib/ntlm/ChangeLog b/lib/ntlm/ChangeLog index 5bc98ff4b..1dd41dc03 100644 --- a/lib/ntlm/ChangeLog +++ b/lib/ntlm/ChangeLog @@ -1,7 +1,13 @@ -2007-07-17 Love Hörnquist Åstrand +2007-11-11 Love Hörnquist Åstrand + + * move doxygen into the main file + + * write doxygen documentation * export heim_ntlm_free_buf, start doxygen documentation +2007-07-17 Love Hörnquist Åstrand + * ntlm.c: Use unsigned char * as argument to HMAC_Update to please OpenSSL and gcc.