summaryrefslogtreecommitdiff
path: root/src/lib/libtls/Makefile
diff options
context:
space:
mode:
authorjsing <>2018-02-08 05:56:49 +0000
committerjsing <>2018-02-08 05:56:49 +0000
commit301cd3fd1c4d17417a8493c71729c759ffcaf161 (patch)
tree0abe458cace64c392a0381ff03a5068a69ab19c6 /src/lib/libtls/Makefile
parent427ccd3eed962ca8e1dcfdbedde0f36b48b047de (diff)
downloadopenbsd-301cd3fd1c4d17417a8493c71729c759ffcaf161.tar.gz
openbsd-301cd3fd1c4d17417a8493c71729c759ffcaf161.tar.bz2
openbsd-301cd3fd1c4d17417a8493c71729c759ffcaf161.zip
Split keypair handling out into its own file - it had already appeared
in multiple locations. ok beck@
Diffstat (limited to 'src/lib/libtls/Makefile')
-rw-r--r--src/lib/libtls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile
index 9e7b4fc7a6..c47119685e 100644
--- a/src/lib/libtls/Makefile
+++ b/src/lib/libtls/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.32 2017/08/13 19:42:33 doug Exp $ 1# $OpenBSD: Makefile,v 1.33 2018/02/08 05:56:49 jsing Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -32,6 +32,7 @@ SRCS= tls.c \
32 tls_client.c \ 32 tls_client.c \
33 tls_config.c \ 33 tls_config.c \
34 tls_conninfo.c \ 34 tls_conninfo.c \
35 tls_keypair.c \
35 tls_peer.c \ 36 tls_peer.c \
36 tls_server.c \ 37 tls_server.c \
37 tls_util.c \ 38 tls_util.c \