diff options
author | doug <> | 2015-08-29 16:51:17 +0000 |
---|---|---|
committer | doug <> | 2015-08-29 16:51:17 +0000 |
commit | e3e81b4469d650e6b5a9c34bc4ceec310347b646 (patch) | |
tree | 0737f4398a109a2af5dae2d13d69182a5ede9f95 /src/lib/libssl/ssl | |
parent | 2eba0ff566c96b4698ef7f1c9852650257291af5 (diff) | |
download | openbsd-e3e81b4469d650e6b5a9c34bc4ceec310347b646.tar.gz openbsd-e3e81b4469d650e6b5a9c34bc4ceec310347b646.tar.bz2 openbsd-e3e81b4469d650e6b5a9c34bc4ceec310347b646.zip |
Remove SSLv3 method data structs and unlink s3_meth.c from the build.
ok jsing@
Diffstat (limited to 'src/lib/libssl/ssl')
-rw-r--r-- | src/lib/libssl/ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 0ff974e4de..5214debc1b 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.53 2015/06/27 22:42:02 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.54 2015/08/29 16:51:17 doug Exp $ |
2 | 2 | ||
3 | LIB= ssl | 3 | LIB= ssl |
4 | 4 | ||
@@ -16,7 +16,7 @@ CFLAGS+= -I${SSL_SRC} | |||
16 | LDADD+= -L${BSDOBJDIR}/lib/libcrypto/crypto -lcrypto | 16 | LDADD+= -L${BSDOBJDIR}/lib/libcrypto/crypto -lcrypto |
17 | 17 | ||
18 | SRCS=\ | 18 | SRCS=\ |
19 | s3_meth.c s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c \ | 19 | s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c \ |
20 | s23_meth.c s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \ | 20 | s23_meth.c s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \ |
21 | t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ | 21 | t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ |
22 | d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ | 22 | d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ |