- Fixed include location of endian.h and name clash on Apples (found by Martin van Hensbergen)

This commit is contained in:
Paul Bakker
2009-07-27 21:09:47 +00:00
parent 2a1fadffd7
commit b3bb6c0c66
2 changed files with 8 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ Changes
Bug fixes
* Fixed include location of endian.h on FreeBSD (found by
Gabriel)
* Fixed include location of endian.h and name clash on
Apples (found by Martin van Hensbergen)
* Fixed HMAC-MD2 by modifying md2_starts(), so that the
required HMAC ipad and opad variables are not cleared.
(found by code coverage tests)