From bfbc83aae49a28b991a404a75f049803aece30bf Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 9 Aug 2023 09:23:03 +0000 Subject: Move bn_blind.c to rsa_blinding.c discussed with jsing --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index c882c1a9dd..a0d60b25fb 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.153 2023/07/29 06:46:20 tb Exp $ +# $OpenBSD: Makefile,v 1.154 2023/08/09 09:23:03 tb Exp $ LIB= crypto LIBREBUILD=y @@ -168,7 +168,6 @@ SRCS+= bss_sock.c # bn/ SRCS+= bn_add.c -SRCS+= bn_blind.c SRCS+= bn_bpsw.c SRCS+= bn_const.c SRCS+= bn_convert.c @@ -534,6 +533,7 @@ SRCS+= ripemd.c # rsa/ SRCS+= rsa_ameth.c SRCS+= rsa_asn1.c +SRCS+= rsa_blinding.c SRCS+= rsa_chk.c SRCS+= rsa_crpt.c SRCS+= rsa_eay.c -- cgit v1.2.3-55-g6feb