summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjsing <>2020-10-03 18:01:55 +0000
committerjsing <>2020-10-03 18:01:55 +0000
commit3aed61703f68a54e3f14a52befd98a4b9b9a59b8 (patch)
tree2551d0043eb97a752fc5f4f898fb518c397c443c /src/lib/libssl/Makefile
parent7ec834bc3417b066072208fd7b33985994ff8ec2 (diff)
downloadopenbsd-3aed61703f68a54e3f14a52befd98a4b9b9a59b8.tar.gz
openbsd-3aed61703f68a54e3f14a52befd98a4b9b9a59b8.tar.bz2
openbsd-3aed61703f68a54e3f14a52befd98a4b9b9a59b8.zip
Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c
The d1_{clnt,srvr}.c contain a single function each - merge these into the ssl_{clnt,srvr}.c, renaming them with an ssl3_ prefix for consistency. ok beck@ tb@
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index 2e06f13e9c..e4ad5f36f7 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.67 2020/08/30 15:40:19 jsing Exp $ 1# $OpenBSD: Makefile,v 1.68 2020/10/03 18:01:55 jsing Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -36,11 +36,9 @@ SRCS= \
36 bs_cbb.c \ 36 bs_cbb.c \
37 bs_cbs.c \ 37 bs_cbs.c \
38 d1_both.c \ 38 d1_both.c \
39 d1_clnt.c \
40 d1_lib.c \ 39 d1_lib.c \
41 d1_pkt.c \ 40 d1_pkt.c \
42 d1_srtp.c \ 41 d1_srtp.c \
43 d1_srvr.c \
44 pqueue.c \ 42 pqueue.c \
45 s3_cbc.c \ 43 s3_cbc.c \
46 s3_lib.c \ 44 s3_lib.c \