Fixed MPI assembly for ARM when -O2 is used

GCC with -O2 or higher also needs to now about 'cc' in the clobber list.
This commit is contained in:
Paul Bakker
2013-04-11 17:13:22 +02:00
parent 0ecdb23eed
commit eff2e6d414
2 changed files with 5 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ Changes
* Moved all OID functionality to a separate module. RSA function
prototypes for the RSA sign and verify functions changed as a result
Bugfix
* Fix for MPI assembly for ARM
= Version 1.2.6 released 2013-03-11
Bugfix
* Fixed memory leak in ssl_free() and ssl_reset() for active session