From 82b040aef9cef17610a89204220ee3cb1012fb20 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 19:53:30 +0000 Subject: GF2m bites the dust. It won't be missed. --- src/lib/libcrypto/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.115 2023/04/25 19:01:01 tb Exp $ +# $OpenBSD: Makefile,v 1.116 2023/04/25 19:53:30 tb Exp $ LIB= crypto LIBREBUILD=y @@ -187,7 +187,6 @@ SRCS+= bn_div.c SRCS+= bn_err.c SRCS+= bn_exp.c SRCS+= bn_gcd.c -#SRCS+= bn_gf2m.c SRCS+= bn_isqrt.c SRCS+= bn_kron.c SRCS+= bn_lib.c @@ -333,9 +332,6 @@ SRCS+= dso_null.c SRCS+= dso_openssl.c # ec/ -#SRCS+= ec2_mult.c -#SRCS+= ec2_oct.c -#SRCS+= ec2_smpl.c SRCS+= ec_ameth.c SRCS+= ec_asn1.c SRCS+= ec_check.c -- cgit v1.2.3-55-g6feb