mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
388478561d
Apparently, there exist cross-compiling environments for arm7 where you can compile a 64x64->128 multiply, but not link it. Fixes bug 11729; bugfix on 0.2.4.8-alpha. Patch from 'conradev'.
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
o Minor bugfixes (build):
|
|
- When deciding whether to build the 64-bit curve25519 implementation,
|
|
detect platforms where we can compile 128-bit arithmetic but cannot
|
|
link it. Fixes bug 11729; bugfix on 0.2.4.8-alpha. Patch
|
|
from "conradev".
|