NetBSD/crypto
rin 9552a516cb Part of PR port-powerpc/55425
openssl fails on FPU emulation for powerpc

When machdep.fpu_present sysctl variable can be retrieved, and
its value is zero, avoid using FPU arithmetic.

FPU is absent and emulated by kernel in that case, and calculation
results are not correct in bit-to-bit precision.

This behavior should be useful even if we could fix FPU emulation;
it is much faster to skip FPU arithmetic in general, rather than
relying upon emulation by kernel via illegal instruction handler.
2020-07-07 01:47:47 +00:00
..
dist/ipsec-tools fix wrong size addition (Andrew Cagney) 2020-06-05 15:19:08 +00:00
external Part of PR port-powerpc/55425 2020-07-07 01:47:47 +00:00
Makefile.openssl remove defines now defined in crypto/dso_conf.h 2020-03-22 00:54:03 +00:00
TODO