mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Fix preprocessor checks for bn_mul PPC asm
On OS X, neither __powerpc__ nor __ppc__ is defined on PPC64, so the asm code was only being used on PPC32.
This commit is contained in:
parent
42b5374523
commit
35e7cb9aa6
2 changed files with 2 additions and 3 deletions
|
|
@ -46,6 +46,7 @@ Bugfix
|
|||
* Restore ability to locally trust a self-signed cert that is not a proper
|
||||
CA for use as an end entity certificate. (This had been removed in
|
||||
1.3.6.)
|
||||
* Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
|
||||
|
||||
= PolarSSL 1.3.7 released on 2014-05-02
|
||||
Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue