summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-08-09 09:32:23 +0000
committertb <>2023-08-09 09:32:23 +0000
commit5beb145459dc0be8af47bc0b606d828fbe0e0910 (patch)
tree53cc8b30689e07246084d6cce6ed018b4f2fecdd /src/lib/libcrypto/Makefile
parent0432ac7a254870842ed2d58e6f7719f5bf64cc2c (diff)
downloadopenbsd-5beb145459dc0be8af47bc0b606d828fbe0e0910.tar.gz
openbsd-5beb145459dc0be8af47bc0b606d828fbe0e0910.tar.bz2
openbsd-5beb145459dc0be8af47bc0b606d828fbe0e0910.zip
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.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.154 2023/08/09 09:23:03 tb Exp $ 1# $OpenBSD: Makefile,v 1.155 2023/08/09 09:32:22 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -535,7 +535,6 @@ SRCS+= rsa_ameth.c
535SRCS+= rsa_asn1.c 535SRCS+= rsa_asn1.c
536SRCS+= rsa_blinding.c 536SRCS+= rsa_blinding.c
537SRCS+= rsa_chk.c 537SRCS+= rsa_chk.c
538SRCS+= rsa_crpt.c
539SRCS+= rsa_eay.c 538SRCS+= rsa_eay.c
540SRCS+= rsa_err.c 539SRCS+= rsa_err.c
541SRCS+= rsa_gen.c 540SRCS+= rsa_gen.c