From 5beb145459dc0be8af47bc0b606d828fbe0e0910 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 9 Aug 2023 09:32:23 +0000 Subject: Merge remainder of rsa_crpt.c into rsa_eay.c Most of these are one line wrappers around methods implemented in rsa_eay.c by default. --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index a0d60b25fb..2040428cef 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.154 2023/08/09 09:23:03 tb Exp $ +# $OpenBSD: Makefile,v 1.155 2023/08/09 09:32:22 tb Exp $ LIB= crypto LIBREBUILD=y @@ -535,7 +535,6 @@ SRCS+= rsa_ameth.c SRCS+= rsa_asn1.c SRCS+= rsa_blinding.c SRCS+= rsa_chk.c -SRCS+= rsa_crpt.c SRCS+= rsa_eay.c SRCS+= rsa_err.c SRCS+= rsa_gen.c -- cgit v1.2.3-55-g6feb