Remove RCSID from files which have no other diffs to the vendor branch.

This commit is contained in:
Dag-Erling Smørgrav 2003-05-01 15:05:43 +00:00
parent 8f3bf9945d
commit d12c7b01da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114426
25 changed files with 0 additions and 25 deletions

View File

@ -24,7 +24,6 @@
#include "includes.h"
RCSID("$OpenBSD: auth-krb4.c,v 1.29 2003/02/21 10:34:48 mpech Exp $");
RCSID("$FreeBSD$");
#include "ssh.h"
#include "ssh1.h"

View File

@ -39,7 +39,6 @@ extern char *__progname;
extern int use_privsep;
RCSID("$Id: auth-pam.c,v 1.55 2003/01/22 04:42:26 djm Exp $");
RCSID("$FreeBSD$");
#define NEW_AUTHTOK_MSG \
"Warning: Your password has expired, please change it now."

View File

@ -1,6 +1,5 @@
#include "includes.h"
RCSID("$Id: auth2-pam.c,v 1.15 2003/01/08 01:37:03 djm Exp $");
RCSID("$FreeBSD$");
#ifdef USE_PAM
#include <security/pam_appl.h>

View File

@ -36,7 +36,6 @@
#include "includes.h"
RCSID("$OpenBSD: authfd.c,v 1.58 2003/01/23 13:50:27 markus Exp $");
RCSID("$FreeBSD$");
#include <openssl/evp.h>

View File

@ -37,7 +37,6 @@
#include "includes.h"
RCSID("$OpenBSD: authfile.c,v 1.52 2003/03/13 11:42:18 markus Exp $");
RCSID("$FreeBSD$");
#include <openssl/err.h>
#include <openssl/evp.h>

View File

@ -13,7 +13,6 @@
#include "includes.h"
RCSID("$OpenBSD: canohost.c,v 1.35 2002/11/26 02:38:54 stevesk Exp $");
RCSID("$FreeBSD$");
#include "packet.h"
#include "xmalloc.h"

View File

@ -40,7 +40,6 @@
#include "includes.h"
RCSID("$OpenBSD: channels.c,v 1.187 2003/03/05 22:33:43 markus Exp $");
RCSID("$FreeBSD$");
#include "ssh.h"
#include "ssh1.h"

View File

@ -1,5 +1,4 @@
/* $OpenBSD: channels.h,v 1.70 2002/06/24 14:33:27 markus Exp $ */
/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>

View File

@ -36,7 +36,6 @@
#include "includes.h"
RCSID("$OpenBSD: cipher.c,v 1.62 2002/11/21 22:45:31 markus Exp $");
RCSID("$FreeBSD$");
#include "xmalloc.h"
#include "log.h"

View File

@ -1,5 +1,4 @@
/* $OpenBSD: compat.h,v 1.34 2003/04/01 10:31:26 markus Exp $ */
/* $FreeBSD$ */
/*
* Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.

View File

@ -37,7 +37,6 @@
#include "includes.h"
RCSID("$OpenBSD: hostfile.c,v 1.30 2002/07/24 16:11:18 markus Exp $");
RCSID("$FreeBSD$");
#include "packet.h"
#include "match.h"

View File

@ -33,7 +33,6 @@
*/
#include "includes.h"
RCSID("$OpenBSD: key.c,v 1.51 2003/02/12 09:33:04 markus Exp $");
RCSID("$FreeBSD$");
#include <openssl/evp.h>

View File

@ -1,5 +1,4 @@
/* $OpenBSD: rijndael.c,v 1.14 2002/07/10 17:53:54 deraadt Exp $ */
/* $FreeBSD$ */
/**
* rijndael-alg-fst.c

View File

@ -76,7 +76,6 @@
#include "includes.h"
RCSID("$OpenBSD: scp.c,v 1.102 2003/03/05 22:33:43 markus Exp $");
RCSID("$FreeBSD$");
#include "xmalloc.h"
#include "atomicio.h"

View File

@ -36,7 +36,6 @@
#include "includes.h"
RCSID("$OpenBSD: serverloop.c,v 1.106 2003/04/01 10:22:21 markus Exp $");
RCSID("$FreeBSD$");
#include "xmalloc.h"
#include "packet.h"

View File

@ -1,5 +1,4 @@
/* $OpenBSD: session.h,v 1.19 2002/06/30 21:59:45 deraadt Exp $ */
/* $FreeBSD$ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.

View File

@ -36,7 +36,6 @@
#include "includes.h"
RCSID("$OpenBSD: ssh-add.c,v 1.66 2003/03/05 22:33:43 markus Exp $");
RCSID("$FreeBSD$");
#include <openssl/evp.h>

View File

@ -8,7 +8,6 @@
#include "includes.h"
RCSID("$OpenBSD: ssh-keyscan.c,v 1.41 2003/02/16 17:09:57 markus Exp $");
RCSID("$FreeBSD$");
#include "openbsd-compat/sys-queue.h"

View File

@ -1,5 +1,4 @@
/* $OpenBSD: ssh.h,v 1.71 2002/06/22 02:00:29 stevesk Exp $ */
/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>

View File

@ -14,7 +14,6 @@
#include "includes.h"
RCSID("$OpenBSD: sshconnect.c,v 1.137 2002/11/21 23:03:51 deraadt Exp $");
RCSID("$FreeBSD$");
#include <openssl/bn.h>

View File

@ -14,7 +14,6 @@
#include "includes.h"
RCSID("$OpenBSD: sshconnect1.c,v 1.52 2002/08/08 13:50:23 aaron Exp $");
RCSID("$FreeBSD$");
#include <openssl/bn.h>
#include <openssl/md5.h>

View File

@ -24,7 +24,6 @@
#include "includes.h"
RCSID("$OpenBSD: sshconnect2.c,v 1.114 2003/04/01 10:22:21 markus Exp $");
RCSID("$FreeBSD$");
#include "ssh.h"
#include "ssh2.h"

View File

@ -40,7 +40,6 @@
#include "includes.h"
RCSID("$OpenBSD: sshlogin.c,v 1.5 2002/08/29 15:57:25 stevesk Exp $");
RCSID("$FreeBSD$");
#include "loginrec.h"

View File

@ -1,5 +1,4 @@
/* $OpenBSD: sshlogin.h,v 1.4 2002/08/29 15:57:25 stevesk Exp $ */
/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>

View File

@ -13,7 +13,6 @@
#include "includes.h"
RCSID("$OpenBSD: sshpty.c,v 1.8 2003/02/03 08:56:16 markus Exp $");
RCSID("$FreeBSD$");
#ifdef HAVE_UTIL_H
# include <util.h>