summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
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 12cfd3d4f0..1bb3a0e78d 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.50 2019/01/20 12:27:34 jsing Exp $ 1# $OpenBSD: Makefile,v 1.51 2019/01/21 09:10:58 jsing Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -65,6 +65,7 @@ SRCS= \
65 tls13_handshake.c \ 65 tls13_handshake.c \
66 tls13_handshake_msg.c \ 66 tls13_handshake_msg.c \
67 tls13_key_schedule.c \ 67 tls13_key_schedule.c \
68 tls13_lib.c \
68 tls13_record.c \ 69 tls13_record.c \
69 tls13_record_layer.c 70 tls13_record_layer.c
70 71