From 49c25ec2c954f7efd3a5453380286a0a95a6747a Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Tue, 29 Apr 2014 11:53:17 -0700 Subject: [PATCH] [v4_1_esv] Remove unneeded RCSID tags --- RELNOTES | 3 +++ dst/base64.c | 6 +----- dst/dst_api.c | 4 ---- dst/dst_support.c | 5 +---- dst/hmac_link.c | 3 --- dst/prandom.c | 3 --- 6 files changed, 5 insertions(+), 19 deletions(-) diff --git a/RELNOTES b/RELNOTES index a1a422f46..8a9076b91 100644 --- a/RELNOTES +++ b/RELNOTES @@ -95,6 +95,9 @@ by Eric Young (eay@cryptsoft.com). - #ifdef variables used in RFC3315_PRE_ERRATA code. [ISC-Bugs #28938] +- Remove unused RCSID tags. + [ISC-Bugs #35846] + Changes since 4.1-ESV-R9rc1 - None diff --git a/dst/base64.c b/dst/base64.c index 868307e93..0ba6bb6b6 100644 --- a/dst/base64.c +++ b/dst/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any @@ -46,10 +46,6 @@ * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -#if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: base64.c,v 1.2.786.2 2009/07/24 22:04:52 sar Exp $"; -#endif /* not lint */ - #include #include #include diff --git a/dst/dst_api.c b/dst/dst_api.c index b54639693..d3ab47e7d 100644 --- a/dst/dst_api.c +++ b/dst/dst_api.c @@ -1,7 +1,3 @@ -#ifndef LINT -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.6.220.1.10.1 2012/04/11 15:44:14 sar Exp $"; -#endif - /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") diff --git a/dst/dst_support.c b/dst/dst_support.c index d26afd1d7..324be63b0 100644 --- a/dst/dst_support.c +++ b/dst/dst_support.c @@ -1,10 +1,7 @@ -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.4 2007/12/06 00:50:22 dhankins Exp $"; - - /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") - * Portions Copyright (c) 2012 by Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (c) 2012,2014 by Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/dst/hmac_link.c b/dst/hmac_link.c index acddd427b..7dd5c4fd4 100644 --- a/dst/hmac_link.c +++ b/dst/hmac_link.c @@ -1,7 +1,4 @@ #ifdef HMAC_MD5 -#ifndef LINT -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.3 2007/12/06 00:50:22 dhankins Exp $"; -#endif /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") diff --git a/dst/prandom.c b/dst/prandom.c index 5c3b280a1..2d29c8247 100644 --- a/dst/prandom.c +++ b/dst/prandom.c @@ -1,6 +1,3 @@ -#ifndef LINT -static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.6.328.1 2012/03/09 16:00:13 tomasz Exp $"; -#endif /* * Portions Copyright (c) 2012-2014 by Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC") -- 2.47.3