From 5098f12eea025395beea9f3b681f58f7f41cdede Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 3 Oct 2020 18:01:55 +0000 Subject: 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@ --- src/lib/libssl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libssl/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.67 2020/08/30 15:40:19 jsing Exp $ +# $OpenBSD: Makefile,v 1.68 2020/10/03 18:01:55 jsing Exp $ .include .ifndef NOMAN @@ -36,11 +36,9 @@ SRCS= \ bs_cbb.c \ bs_cbs.c \ d1_both.c \ - d1_clnt.c \ d1_lib.c \ d1_pkt.c \ d1_srtp.c \ - d1_srvr.c \ pqueue.c \ s3_cbc.c \ s3_lib.c \ -- cgit v1.2.3-55-g6feb