From 6f83b8e34d3dc8227d7cf39989c5966abde2305e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 2 May 2000 09:23:45 +1000 Subject: - OpenBSD CVS update [channels.c] - init all fds, close all fds. [sshconnect2.c] - check whether file exists before asking for passphrase [servconf.c servconf.h sshd.8 sshd.c] - PidFile, pr 1210 [channels.c] - EINTR [channels.c] - unbreak, ok niels@ [sshd.c] - unlink pid file, ok niels@ [auth2.c] - Add missing #ifdefs; ok - markus --- auth2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth2.c') diff --git a/auth2.c b/auth2.c index 34a5f482d..e77358a3b 100644 --- a/auth2.c +++ b/auth2.c @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.4 2000/05/01 07:45:08 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.5 2000/05/01 23:13:39 djm Exp $"); #include #include -- cgit v1.2.3