summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2023-07-28 11:08:01 +0000
committerjsing <>2023-07-28 11:08:01 +0000
commiteb0ba672767b5f9dde96e6a410c32a569046382d (patch)
treed281005bf977e648fdfb4dd95d368cc86fa89a25 /src/lib/libcrypto/Makefile
parent38c8cccc10e393239fb7a405be8df30901552b2d (diff)
downloadopenbsd-eb0ba672767b5f9dde96e6a410c32a569046382d.tar.gz
openbsd-eb0ba672767b5f9dde96e6a410c32a569046382d.tar.bz2
openbsd-eb0ba672767b5f9dde96e6a410c32a569046382d.zip
Combine ripemd into a single C file.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 085924519d..390eb06b90 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.151 2023/07/28 11:06:28 jsing Exp $ 1# $OpenBSD: Makefile,v 1.152 2023/07/28 11:08:01 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -533,8 +533,7 @@ SRCS+= rc2cfb64.c
533SRCS+= rc2ofb64.c 533SRCS+= rc2ofb64.c
534 534
535# ripemd/ 535# ripemd/
536SRCS+= rmd_dgst.c 536SRCS+= ripemd.c
537SRCS+= rmd_one.c
538 537
539# rsa/ 538# rsa/
540SRCS+= rsa_ameth.c 539SRCS+= rsa_ameth.c