summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorjsing <>2023-01-14 15:45:44 +0000
committerjsing <>2023-01-14 15:45:44 +0000
commita545377353a479e357ae5fb9be8294f7137820d5 (patch)
tree2beaa725f80865b4e4c7d3384563e3ed4940579e /src/lib/libc
parent084bc92f915a6224b074c53efb55f3f8b277d2e2 (diff)
downloadopenbsd-a545377353a479e357ae5fb9be8294f7137820d5.tar.gz
openbsd-a545377353a479e357ae5fb9be8294f7137820d5.tar.bz2
openbsd-a545377353a479e357ae5fb9be8294f7137820d5.zip
Remove unused Elliptic Curve code.
For various reasons, the ecp_nistp* and ecp_nistz* code is unused. While ecp_nistp* was being compiled, it is disabled due to OPENSSL_NO_EC_NISTP_64_GCC_128 being defined. On the other hand, ecp_nistz* was not even being built. We will bring in new versions or alternative versions of such code, if we end up enabling it in the future. For now it is just causing complexity (and grep noise) while trying to improve the EC code. Discussed with tb@
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions