summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-04-25 17:42:07 +0000
committertb <>2023-04-25 17:42:07 +0000
commitc99645e206c6a6fd786d7548a1c886d5b2d6c9cb (patch)
tree6dff91fd2b36aed111abc1147137b91c71f95e39 /src/lib/libcrypto/Makefile
parentdfacb5f80885e54f09c7b607c4c2aa10d9f2d2cb (diff)
downloadopenbsd-c99645e206c6a6fd786d7548a1c886d5b2d6c9cb.tar.gz
openbsd-c99645e206c6a6fd786d7548a1c886d5b2d6c9cb.tar.bz2
openbsd-c99645e206c6a6fd786d7548a1c886d5b2d6c9cb.zip
Remove the horror show that is bn_nist and ecp_nist
This code is full of problematic C and is also otherwise of questionable quality. It is far from constant time and jsing informs me it also isn't faster. Good riddance.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 87b699bb2f..a993755d24 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.110 2023/04/25 16:50:33 tb Exp $ 1# $OpenBSD: Makefile,v 1.111 2023/04/25 17:42:07 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -196,7 +196,6 @@ SRCS+= bn_mod.c
196SRCS+= bn_mod_sqrt.c 196SRCS+= bn_mod_sqrt.c
197SRCS+= bn_mont.c 197SRCS+= bn_mont.c
198SRCS+= bn_mul.c 198SRCS+= bn_mul.c
199#SRCS+= bn_nist.c
200SRCS+= bn_prime.c 199SRCS+= bn_prime.c
201SRCS+= bn_rand.c 200SRCS+= bn_rand.c
202SRCS+= bn_recp.c 201SRCS+= bn_recp.c
@@ -353,7 +352,6 @@ SRCS+= ec_pmeth.c
353SRCS+= ec_print.c 352SRCS+= ec_print.c
354SRCS+= eck_prn.c 353SRCS+= eck_prn.c
355SRCS+= ecp_mont.c 354SRCS+= ecp_mont.c
356#SRCS+= ecp_nist.c
357SRCS+= ecp_oct.c 355SRCS+= ecp_oct.c
358SRCS+= ecp_smpl.c 356SRCS+= ecp_smpl.c
359SRCS+= ecx_methods.c 357SRCS+= ecx_methods.c