summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2020-01-25 23:02:13 +0000
committerdjm <djm@openbsd.org>2020-01-25 23:02:13 +0000
commit62af228467135ddff4a44e5f7a48ca2a03bc8ba3 (patch)
tree6a573e8d853ae4e7bde4b8fbf2cf5f3203bb0a6e /usr.bin/ssh/ssh-agent
parentMinor cleanup, no functional change: (diff)
downloadwireguard-openbsd-62af228467135ddff4a44e5f7a48ca2a03bc8ba3.tar.xz
wireguard-openbsd-62af228467135ddff4a44e5f7a48ca2a03bc8ba3.zip
factor out reading/writing sshbufs to dedicated functions;
feedback and ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r--usr.bin/ssh/ssh-agent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile
index 0103b7a01fd..a263c18a74f 100644
--- a/usr.bin/ssh/ssh-agent/Makefile
+++ b/usr.bin/ssh/ssh-agent/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.36 2019/12/13 19:09:10 djm Exp $
+# $OpenBSD: Makefile,v 1.37 2020/01/25 23:02:14 djm Exp $
.PATH: ${.CURDIR}/..
SRCS= ssh-agent.c ${SRCS_PKCS11_CLIENT}
-SRCS+= atomicio.c compat.c fatal.c readpass.c
+SRCS+= compat.c fatal.c readpass.c
SRCS+= ${SRCS_BASE} ${SRCS_KEY} ${SRCS_KEYP} ${SRCS_KRL} ${SRCS_UTL}
SRCS+= ${SRCS_SK_CLIENT}