diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-08-09 09:32:24 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-08-09 09:32:24 +0000 |
commit | d41610f98f8288dc974af891c2456c78f0705995 (patch) | |
tree | cc20ca0f903187e36afb4945cd170da08339415f /lib/libcrypto/Makefile | |
parent | e304fa243e0654f41fe3ec78148ed1b715b61b2f (diff) |
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 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index a0d60b25fb0..2040428cef3 100644 --- a/lib/libcrypto/Makefile +++ b/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 |