diff options
| author | jsing <> | 2020-02-15 14:40:38 +0000 |
|---|---|---|
| committer | jsing <> | 2020-02-15 14:40:38 +0000 |
| commit | facbfa56f3358d503aff3e7bd6136e5589043c37 (patch) | |
| tree | 2df4db86b53ba15e614df804d9fd2d0131a7b683 /src/lib/libssl/Makefile | |
| parent | d7e17944af879ef1407ee0a89ab05a1f52dc47b8 (diff) | |
| download | openbsd-facbfa56f3358d503aff3e7bd6136e5589043c37.tar.gz openbsd-facbfa56f3358d503aff3e7bd6136e5589043c37.tar.bz2 openbsd-facbfa56f3358d503aff3e7bd6136e5589043c37.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/Makefile | 3 |
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 \ |
