summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 7f67fcd823..7ed583fe4b 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.191 2024/03/29 07:26:21 jsing Exp $ 1# $OpenBSD: Makefile,v 1.192 2024/03/29 07:36:38 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -204,11 +204,7 @@ SRCS+= bs_cbs.c
204SRCS+= camellia.c 204SRCS+= camellia.c
205 205
206# cast/ 206# cast/
207SRCS+= c_cfb64.c 207SRCS+= cast.c
208SRCS+= c_ecb.c
209SRCS+= c_enc.c
210SRCS+= c_ofb64.c
211SRCS+= c_skey.c
212 208
213# chacha/ 209# chacha/
214SRCS+= chacha.c 210SRCS+= chacha.c