Subject: Current build - libssh
To: None <current-users@netbsd.org>
From: Mark White <mark.white@st-edmund-hall.oxford.ac.uk>
List: current-users
Date: 02/21/2001 01:43:12
Rebuilding -current from today's cvs: I needed to modify
usr.bin/ssh/libssh/Makefile a little to remove references to
hmac.c and util.c, which have been removed from
crypto/dists/ssh.

Patch below.

Mark <><

Index: Makefile
===================================================================
RCS file: /cvsroot/basesrc/usr.bin/ssh/libssh/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2001/01/14 05:22:33	1.3
+++ Makefile	2001/02/21 01:39:05
@@ -10,7 +10,7 @@
 	cipher.c compat.c compress.c crc32.c deattack.c \
 	hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
 	random.c rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c \
-	atomicio.c key.c dispatch.c kex.c hmac.c uuencode.c util.c \
+	atomicio.c key.c dispatch.c kex.c uuencode.c \
 	cli.c rijndael.c ssh-dss.c ssh-rsa.c
 
 MKLINT=		no