summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 14a2287843..01cf96801d 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.115 2023/04/25 19:01:01 tb Exp $ 1# $OpenBSD: Makefile,v 1.116 2023/04/25 19:53:30 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -187,7 +187,6 @@ SRCS+= bn_div.c
187SRCS+= bn_err.c 187SRCS+= bn_err.c
188SRCS+= bn_exp.c 188SRCS+= bn_exp.c
189SRCS+= bn_gcd.c 189SRCS+= bn_gcd.c
190#SRCS+= bn_gf2m.c
191SRCS+= bn_isqrt.c 190SRCS+= bn_isqrt.c
192SRCS+= bn_kron.c 191SRCS+= bn_kron.c
193SRCS+= bn_lib.c 192SRCS+= bn_lib.c
@@ -333,9 +332,6 @@ SRCS+= dso_null.c
333SRCS+= dso_openssl.c 332SRCS+= dso_openssl.c
334 333
335# ec/ 334# ec/
336#SRCS+= ec2_mult.c
337#SRCS+= ec2_oct.c
338#SRCS+= ec2_smpl.c
339SRCS+= ec_ameth.c 335SRCS+= ec_ameth.c
340SRCS+= ec_asn1.c 336SRCS+= ec_asn1.c
341SRCS+= ec_check.c 337SRCS+= ec_check.c