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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 8ec9b1b3d8..b9cb2eddce 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.138 2023/07/20 16:36:06 tb Exp $ 1# $OpenBSD: Makefile,v 1.139 2023/07/21 09:04:23 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -362,6 +362,7 @@ SRCS+= ecs_lib.c
362SRCS+= ecdsa.c 362SRCS+= ecdsa.c
363 363
364# engine/ 364# engine/
365SRCS+= engine_stubs.c
365SRCS+= eng_all.c 366SRCS+= eng_all.c
366SRCS+= eng_cnf.c 367SRCS+= eng_cnf.c
367SRCS+= eng_ctrl.c 368SRCS+= eng_ctrl.c