From 0d2b8753e4416642fc3ae7d5871b1e4bcc856d35 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 11 Sep 2015 14:52:17 +0000 Subject: Put the *method* data structures and functions in the same place. We can also now nuke ssl23_get_method() since it is the same as tls1_get_method(). And the empty file can bite the dust. ok bcook@ miod@ --- src/lib/libssl/ssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/ssl') diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 5214debc1b..a9f1870c4e 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2015/08/29 16:51:17 doug Exp $ +# $OpenBSD: Makefile,v 1.55 2015/09/11 14:52:17 jsing Exp $ LIB= ssl @@ -17,7 +17,7 @@ LDADD+= -L${BSDOBJDIR}/lib/libcrypto/crypto -lcrypto SRCS=\ s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c \ - s23_meth.c s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \ + s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \ t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ d1_both.c d1_enc.c d1_srtp.c \ -- cgit v1.2.3-55-g6feb