diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 6 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -187,7 +187,6 @@ SRCS+= bn_div.c | |||
187 | SRCS+= bn_err.c | 187 | SRCS+= bn_err.c |
188 | SRCS+= bn_exp.c | 188 | SRCS+= bn_exp.c |
189 | SRCS+= bn_gcd.c | 189 | SRCS+= bn_gcd.c |
190 | #SRCS+= bn_gf2m.c | ||
191 | SRCS+= bn_isqrt.c | 190 | SRCS+= bn_isqrt.c |
192 | SRCS+= bn_kron.c | 191 | SRCS+= bn_kron.c |
193 | SRCS+= bn_lib.c | 192 | SRCS+= bn_lib.c |
@@ -333,9 +332,6 @@ SRCS+= dso_null.c | |||
333 | SRCS+= dso_openssl.c | 332 | SRCS+= dso_openssl.c |
334 | 333 | ||
335 | # ec/ | 334 | # ec/ |
336 | #SRCS+= ec2_mult.c | ||
337 | #SRCS+= ec2_oct.c | ||
338 | #SRCS+= ec2_smpl.c | ||
339 | SRCS+= ec_ameth.c | 335 | SRCS+= ec_ameth.c |
340 | SRCS+= ec_asn1.c | 336 | SRCS+= ec_asn1.c |
341 | SRCS+= ec_check.c | 337 | SRCS+= ec_check.c |