From 75cd33d7043b32c962710ac655078f1926f56954 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 20 Jan 2016 23:23:08 +0000 Subject: Remove RCS tags from files in which we no longer have any local modifications, and add them to two files in which we do. --- crypto/openssh/buffer.c | 1 - crypto/openssh/buffer.h | 1 - crypto/openssh/channels.c | 1 - crypto/openssh/channels.h | 1 - crypto/openssh/clientloop.c | 1 - crypto/openssh/compat.c | 1 - crypto/openssh/compat.h | 1 - crypto/openssh/configure.ac | 1 + crypto/openssh/misc.c | 1 - crypto/openssh/misc.h | 1 - crypto/openssh/openbsd-compat/blowfish.c | 1 - crypto/openssh/readconf.h | 1 + crypto/openssh/serverloop.c | 1 - crypto/openssh/sftp.c | 1 - 14 files changed, 2 insertions(+), 12 deletions(-) (limited to 'crypto') diff --git a/crypto/openssh/buffer.c b/crypto/openssh/buffer.c index fcf2901..c5f708a 100644 --- a/crypto/openssh/buffer.c +++ b/crypto/openssh/buffer.c @@ -19,7 +19,6 @@ /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */ #include "includes.h" -__RCSID("$FreeBSD$"); #include diff --git a/crypto/openssh/buffer.h b/crypto/openssh/buffer.h index 28a9c98..df1aebc 100644 --- a/crypto/openssh/buffer.h +++ b/crypto/openssh/buffer.h @@ -1,5 +1,4 @@ /* $OpenBSD: buffer.h,v 1.25 2014/04/30 05:29:56 djm Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 2012 Damien Miller diff --git a/crypto/openssh/channels.c b/crypto/openssh/channels.c index 39bb775..a84b487 100644 --- a/crypto/openssh/channels.c +++ b/crypto/openssh/channels.c @@ -40,7 +40,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include #include /* MIN MAX */ diff --git a/crypto/openssh/channels.h b/crypto/openssh/channels.h index 5301342..9d76c9d 100644 --- a/crypto/openssh/channels.h +++ b/crypto/openssh/channels.h @@ -1,5 +1,4 @@ /* $OpenBSD: channels.h,v 1.118 2015/07/01 02:26:31 djm Exp $ */ -/* $FreeBSD$ */ /* * Author: Tatu Ylonen diff --git a/crypto/openssh/clientloop.c b/crypto/openssh/clientloop.c index 21cc822..87ceb3d 100644 --- a/crypto/openssh/clientloop.c +++ b/crypto/openssh/clientloop.c @@ -60,7 +60,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include /* MIN MAX */ #include diff --git a/crypto/openssh/compat.c b/crypto/openssh/compat.c index ea9a474..eef5fbba 100644 --- a/crypto/openssh/compat.c +++ b/crypto/openssh/compat.c @@ -24,7 +24,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include diff --git a/crypto/openssh/compat.h b/crypto/openssh/compat.h index 724538b..2be290a 100644 --- a/crypto/openssh/compat.h +++ b/crypto/openssh/compat.h @@ -1,5 +1,4 @@ /* $OpenBSD: compat.h,v 1.48 2015/05/26 23:23:40 dtucker Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. diff --git a/crypto/openssh/configure.ac b/crypto/openssh/configure.ac index 77197fd..ddc9a8a 100644 --- a/crypto/openssh/configure.ac +++ b/crypto/openssh/configure.ac @@ -1,4 +1,5 @@ # $Id: configure.ac,v 1.583 2014/08/26 20:32:01 djm Exp $ +# $FreeBSD$ # # Copyright (c) 1999-2004 Damien Miller # diff --git a/crypto/openssh/misc.c b/crypto/openssh/misc.c index c873a7d..ddd2b2d 100644 --- a/crypto/openssh/misc.c +++ b/crypto/openssh/misc.c @@ -25,7 +25,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include #include diff --git a/crypto/openssh/misc.h b/crypto/openssh/misc.h index 6f81976..374c33c 100644 --- a/crypto/openssh/misc.h +++ b/crypto/openssh/misc.h @@ -1,5 +1,4 @@ /* $OpenBSD: misc.h,v 1.54 2014/07/15 15:54:14 millert Exp $ */ -/* $FreeBSD$ */ /* * Author: Tatu Ylonen diff --git a/crypto/openssh/openbsd-compat/blowfish.c b/crypto/openssh/openbsd-compat/blowfish.c index 3f14131..e10f7e7 100644 --- a/crypto/openssh/openbsd-compat/blowfish.c +++ b/crypto/openssh/openbsd-compat/blowfish.c @@ -40,7 +40,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #if !defined(HAVE_BCRYPT_PBKDF) && (!defined(HAVE_BLOWFISH_INITSTATE) || \ !defined(HAVE_BLOWFISH_EXPAND0STATE) || !defined(HAVE_BLF_ENC)) diff --git a/crypto/openssh/readconf.h b/crypto/openssh/readconf.h index cb70680..3360667 100644 --- a/crypto/openssh/readconf.h +++ b/crypto/openssh/readconf.h @@ -1,4 +1,5 @@ /* $OpenBSD: readconf.h,v 1.110 2015/07/10 06:21:53 markus Exp $ */ +/* $FreeBSD$ */ /* * Author: Tatu Ylonen diff --git a/crypto/openssh/serverloop.c b/crypto/openssh/serverloop.c index f45baa5..306ac36 100644 --- a/crypto/openssh/serverloop.c +++ b/crypto/openssh/serverloop.c @@ -36,7 +36,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include /* MIN MAX */ #include diff --git a/crypto/openssh/sftp.c b/crypto/openssh/sftp.c index 7d8e22c..cb9b967 100644 --- a/crypto/openssh/sftp.c +++ b/crypto/openssh/sftp.c @@ -16,7 +16,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include /* MIN MAX */ #include -- cgit v1.1