summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjsing <>2020-02-15 14:40:38 +0000
committerjsing <>2020-02-15 14:40:38 +0000
commitaf8b6a7a355de43dfc3177a4ddfd590dd1014b12 (patch)
tree2df4db86b53ba15e614df804d9fd2d0131a7b683 /src/lib/libssl/Makefile
parent387297ff1cf62f3b456cd17f17f20a7e42914a88 (diff)
downloadopenbsd-af8b6a7a355de43dfc3177a4ddfd590dd1014b12.tar.gz
openbsd-af8b6a7a355de43dfc3177a4ddfd590dd1014b12.tar.bz2
openbsd-af8b6a7a355de43dfc3177a4ddfd590dd1014b12.zip
Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a
separate file. Discussed with beck@ and tb@
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index afbd6d148e..22209d574b 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.62 2020/01/30 17:09:23 jsing Exp $ 1# $OpenBSD: Makefile,v 1.63 2020/02/15 14:40:38 jsing Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -74,6 +74,7 @@ SRCS= \
74 tls13_handshake_msg.c \ 74 tls13_handshake_msg.c \
75 tls13_key_schedule.c \ 75 tls13_key_schedule.c \
76 tls13_key_share.c \ 76 tls13_key_share.c \
77 tls13_legacy.c \
77 tls13_lib.c \ 78 tls13_lib.c \
78 tls13_record.c \ 79 tls13_record.c \
79 tls13_record_layer.c \ 80 tls13_record_layer.c \