diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2015-09-11 17:54:24 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2015-09-11 17:54:24 +0000 |
commit | 424ac67c6e97a746f41d4d4504094bb21fd9d5c5 (patch) | |
tree | 08d74d2dc46a8abc93be849ea35b8c5bfa0081cf /lib/libssl/ssl/Makefile | |
parent | e4735d359fb10e93374639ec3b4c97aacd5dc18e (diff) |
Merge the remnants of s3_enc.c into t1_enc.c.
ok beck@
Diffstat (limited to 'lib/libssl/ssl/Makefile')
-rw-r--r-- | lib/libssl/ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile index a9f1870c4ec..e7303be03ba 100644 --- a/lib/libssl/ssl/Makefile +++ b/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2015/09/11 14:52:17 jsing Exp $ +# $OpenBSD: Makefile,v 1.56 2015/09/11 17:54:23 jsing Exp $ LIB= ssl @@ -16,7 +16,7 @@ CFLAGS+= -I${SSL_SRC} 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 \ + s3_srvr.c s3_clnt.c s3_lib.c s3_pkt.c s3_both.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 \ |