diff options
author | 2010-02-08 13:05:27 +0000 | |
---|---|---|
committer | 2010-02-08 13:05:27 +0000 | |
commit | 98e3c857ad533c71f9e369138499274de1c441cc (patch) | |
tree | afa50640dc59aac000ba9385b49bfe810c46687c | |
parent | remove obsole scard code (diff) | |
download | wireguard-openbsd-98e3c857ad533c71f9e369138499274de1c441cc.tar.xz wireguard-openbsd-98e3c857ad533c71f9e369138499274de1c441cc.zip |
remove scard
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index ead8751e023..584403b49f0 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2010/02/08 10:50:20 markus Exp $ +# $OpenBSD: Makefile,v 1.60 2010/02/08 13:05:27 markus Exp $ .PATH: ${.CURDIR}/.. @@ -11,7 +11,7 @@ SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c \ rsa.c ttymodes.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \ ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ - kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \ + kexdhc.c kexgexc.c msg.c progressmeter.c dns.c \ monitor_fdpass.c umac.c addrmatch.c schnorr.c jpake.c ssh-pkcs11.c DEBUGLIBS= no |