summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index 7321c0d114..24606d1862 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.28 2017/01/26 05:31:25 jsing Exp $ 1# $OpenBSD: Makefile,v 1.29 2017/01/26 05:51:54 jsing Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -24,7 +24,7 @@ VERSION_SCRIPT= Symbols.map
24SYMBOL_LIST= ${.CURDIR}/Symbols.list 24SYMBOL_LIST= ${.CURDIR}/Symbols.list
25 25
26SRCS= \ 26SRCS= \
27 s3_srvr.c s3_clnt.c s3_lib.c s3_pkt.c s3_both.c \ 27 ssl_srvr.c ssl_clnt.c s3_lib.c ssl_pkt.c ssl_both.c \
28 t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ 28 t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \
29 d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ 29 d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \
30 d1_both.c d1_enc.c d1_srtp.c \ 30 d1_both.c d1_enc.c d1_srtp.c \