diff options
| author | jsing <> | 2019-11-17 06:35:30 +0000 |
|---|---|---|
| committer | jsing <> | 2019-11-17 06:35:30 +0000 |
| commit | e7819872fc16ca237903863e1dafbcbfcd8b0638 (patch) | |
| tree | 64b268783159e5f32378776acd8d4e6c753a419b /src/lib/libssl/Makefile | |
| parent | 23f2eb29045a2ecdef46d4718a0fdf1e46b08c1a (diff) | |
| download | openbsd-e7819872fc16ca237903863e1dafbcbfcd8b0638.tar.gz openbsd-e7819872fc16ca237903863e1dafbcbfcd8b0638.tar.bz2 openbsd-e7819872fc16ca237903863e1dafbcbfcd8b0638.zip | |
Add the initial framework for the TLSv1.3 server.
ok beck@
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 2ede8a77b0..778b525224 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.56 2019/02/09 15:30:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.57 2019/11/17 06:35:30 jsing Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -72,7 +72,8 @@ SRCS= \ | |||
| 72 | tls13_key_schedule.c \ | 72 | tls13_key_schedule.c \ |
| 73 | tls13_lib.c \ | 73 | tls13_lib.c \ |
| 74 | tls13_record.c \ | 74 | tls13_record.c \ |
| 75 | tls13_record_layer.c | 75 | tls13_record_layer.c \ |
| 76 | tls13_server.c | ||
| 76 | 77 | ||
| 77 | HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h | 78 | HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h |
| 78 | 79 | ||
