=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.c,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- src/usr.bin/ssh/session.c 2001/02/23 15:37:45 1.57 +++ src/usr.bin/ssh/session.c 2001/03/02 18:54:31 1.58 @@ -9,7 +9,7 @@ * called by a name other than "ssh" or "Secure Shell". * * SSH2 support by Markus Friedl. - * Copyright (c) 2000 Markus Friedl. All rights reserved. + * Copyright (c) 2000 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.57 2001/02/23 15:37:45 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.58 2001/03/02 18:54:31 deraadt Exp $"); #include "ssh.h" #include "ssh1.h"