Fix bug in Via Padlock support

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-02 10:46:55 +01:00
parent 70b8b37b4b
commit cf201201e6
2 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ Features
errors on use of deprecated functions.
Bugfix
* Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
* Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
* Fix hardclock() (only used in the benchmarking program) with some
versions of mingw64 (found by kxjhlele).