From 6d1b09464d90372ecff93cbb2a1e61cb9de814cc Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 16:50:33 +0000 Subject: Remove X9.31 support ok jsing --- src/lib/libcrypto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5710b9210a..87b699bb2f 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.109 2023/04/25 15:51:31 tb Exp $ +# $OpenBSD: Makefile,v 1.110 2023/04/25 16:50:33 tb Exp $ LIB= crypto LIBREBUILD=y @@ -204,7 +204,6 @@ SRCS+= bn_shift.c SRCS+= bn_small_primes.c SRCS+= bn_sqr.c SRCS+= bn_word.c -#SRCS+= bn_x931p.c # buffer/ SRCS+= buf_err.c @@ -617,7 +616,6 @@ SRCS+= rsa_prn.c SRCS+= rsa_pss.c SRCS+= rsa_saos.c SRCS+= rsa_sign.c -#SRCS+= rsa_x931.c # sha/ SRCS+= sha1.c -- cgit v1.2.3-55-g6feb