Fixed net_bind() for specified IP addresses on little endian systems

This commit is contained in:
Paul Bakker 2013-03-06 16:55:11 +01:00
parent 926c8e49fe
commit 37286a573b
2 changed files with 13 additions and 4 deletions

View file

@ -6,6 +6,7 @@ Bugfix
* Corrected GCM counter incrementation to use only 32-bits instead of
128-bits (found by Yawning Angel)
* Fixes for 64-bit compilation with MS Visual Studio
* Fixed net_bind() for specified IP addresses on little endian systems
Changes
* Internally split up rsa_pkcs1_encrypt(), rsa_pkcs1_decrypt(),