diff options
author | 2018-07-09 21:56:06 +0000 | |
---|---|---|
committer | 2018-07-09 21:56:06 +0000 | |
commit | a74252e9279c077c136daf6c974bfc96576f6b73 (patch) | |
tree | 20316af095148fc53d926fb80b705c7d848f62e2 /usr.bin/ssh/ssh-agent | |
parent | sshd: switch monitor to sshbuf API; lots of help & ok djm@ (diff) | |
download | wireguard-openbsd-a74252e9279c077c136daf6c974bfc96576f6b73.tar.xz wireguard-openbsd-a74252e9279c077c136daf6c974bfc96576f6b73.zip |
remove legacy buffer API emulation layer; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r-- | usr.bin/ssh/ssh-agent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile index 7c7d75d4351..d8d5cb87ebf 100644 --- a/usr.bin/ssh/ssh-agent/Makefile +++ b/usr.bin/ssh/ssh-agent/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2018/01/08 15:37:26 markus Exp $ +# $OpenBSD: Makefile,v 1.29 2018/07/09 21:56:06 markus Exp $ .PATH: ${.CURDIR}/.. SRCS= ssh-agent.c ssh-pkcs11-client.c -SRCS+= atomicio.c bufaux.c buffer.c compat.c fatal.c key.c readpass.c +SRCS+= atomicio.c compat.c fatal.c key.c readpass.c SRCS+= ${SRCS_BASE} ${SRCS_KEY} ${SRCS_KEYP} ${SRCS_KRL} ${SRCS_UTL} PROG= ssh-agent BINOWN= root |