Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 16:21:55 +0100
From:      Udo Schweigert <Udo.Schweigert@siemens.com>
To:        Dag-Erling Smorgrav <des@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/crypto/openssh auth-skey.c
Message-ID:  <20020318152155.GA91545@alaska.cert.siemens.de>
In-Reply-To: <200203181031.g2IAVXc29345@freefall.freebsd.org>
References:  <200203181031.g2IAVXc29345@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 18, 2002 at 02:31:33 -0800, Dag-Erling Smorgrav wrote:
>   Added files:
>     crypto/openssh       auth-skey.c 
>   Log:
>   Revive this file (which is used for opie rather than skey)
>   

This (and some other commit) broke world, because the Makefile does not
know about this file. Something like this will fix it:

--- secure/usr.sbin/sshd/Makefile.orig	Mon Jan 28 12:43:39 2002
+++ secure/usr.sbin/sshd/Makefile	Mon Mar 18 16:12:18 2002
@@ -6,7 +6,7 @@
 PROG=	sshd
 SRCS=	sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
 	sshpty.c sshlogin.c servconf.c serverloop.c \
-	auth.c auth1.c auth2.c auth-options.c session.c \
+	auth.c auth1.c auth2.c auth-options.c session.c auth-skey.c \
 	auth-chall.c auth2-chall.c auth-pam.c login_access.c groupaccess.c
 MAN=	sshd.8
 
Best regards

--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : udo.schweigert@siemens.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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