summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/lib/Makefile')
-rw-r--r--usr.bin/ssh/lib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile
index ed505b44511..e82e845b584 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.83 2015/03/03 21:21:13 djm Exp $
+# $OpenBSD: Makefile,v 1.84 2016/01/14 16:17:40 markus Exp $
.PATH: ${.CURDIR}/..
.include "${.CURDIR}/../Makefile.inc"
@@ -33,7 +33,6 @@ SRCS= ${LIB_SRCS} \
monitor_fdpass.c addrmatch.c \
smult_curve25519_ref.c \
kexc25519.c kexc25519c.c kexc25519s.c \
- roaming_dummy.c \
chacha.c poly1305.c cipher-chachapoly.c ssh-ed25519.c hmac.c umac.c
.if (${SSH1:L} == "yes")