diff options
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 b51d7168c0..de8d66c653 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.52 2019/01/21 10:28:52 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.53 2019/01/21 13:45:57 jsing Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -63,6 +63,7 @@ SRCS= \ | |||
63 | t1_hash.c \ | 63 | t1_hash.c \ |
64 | t1_lib.c \ | 64 | t1_lib.c \ |
65 | tls13_buffer.c \ | 65 | tls13_buffer.c \ |
66 | tls13_client.c \ | ||
66 | tls13_handshake.c \ | 67 | tls13_handshake.c \ |
67 | tls13_handshake_msg.c \ | 68 | tls13_handshake_msg.c \ |
68 | tls13_key_schedule.c \ | 69 | tls13_key_schedule.c \ |