commit | 854963cee371380f62f6bd0ee684bf2dedebe369 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 19 20:50:11 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 19 20:50:11 2009 +0000 |
tree | bf89e4856eb4ac4aa88ea85f48e5e2a95dd1e1a8 | |
parent | 38e2b482ff1a3539c5c8cc34d066ceaf840a4ba1 [diff] [blame] |
- Fixed include location of endian.h on FreeBSD (found by Gabriel)
diff --git a/ChangeLog b/ChangeLog index aab562c..c6d00fa 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -15,6 +15,8 @@ * Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE. Bug fixes + * Fixed include location of endian.h on FreeBSD (found by + Gabriel) * Fixed HMAC-MD2 by modifying md2_starts(), so that the required HMAC ipad and opad variables are not cleared. (found by code coverage tests)