Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2017 01:48:02 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317998 - head/secure/lib/libssh
Message-ID:  <201705090148.v491m2Po067184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue May  9 01:48:02 2017
New Revision: 317998
URL: https://svnweb.freebsd.org/changeset/base/317998

Log:
  Fix invalid .o SRCS from r314527.
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/secure/lib/libssh/Makefile

Modified: head/secure/lib/libssh/Makefile
==============================================================================
--- head/secure/lib/libssh/Makefile	Tue May  9 01:08:45 2017	(r317997)
+++ head/secure/lib/libssh/Makefile	Tue May  9 01:48:02 2017	(r317998)
@@ -13,7 +13,7 @@ SRCS+=	authfd.c authfile.c bufaux.c bufb
 	compat.c crc32.c deattack.c fatal.c hostfile.c \
 	log.c match.c md-sha256.c moduli.c nchan.c packet.c opacket.c \
 	readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \
-	atomicio.c key.c dispatch.c mac.c uidswap.c uuencode.c misc.c utf8.o \
+	atomicio.c key.c dispatch.c mac.c uidswap.c uuencode.c misc.c utf8.c \
 	monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
 	msg.c progressmeter.c dns.c entropy.c umac.c umac128.c \
 	ssh-pkcs11.c smult_curve25519_ref.c \
@@ -23,7 +23,7 @@ SRCS+=	authfd.c authfile.c bufaux.c bufb
 	kex.c kexdh.c kexgex.c kexecdh.c kexc25519.c \
 	kexdhc.c kexgexc.c kexecdhc.c kexc25519c.c \
 	kexdhs.c kexgexs.c kexecdhs.c kexc25519s.c \
-	platform-pledge.c platform-tracing.o
+	platform-pledge.c platform-tracing.c
 PACKAGE=	ssh
 
 # gss-genr.c should be in $SRCS but causes linking problems, so it is



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705090148.v491m2Po067184>