From 93dbc8da93d86ce3e1f13057d406cd80d137dc82 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 14 Mar 1997 10:22:48 +0000 Subject: [PATCH] Id git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1427 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/der_get.c | 3 +-- lib/asn1/hash.c | 7 ++++--- lib/asn1/main.c | 3 +-- lib/asn1/symbol.c | 3 +-- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/lib/asn1/der_get.c b/lib/asn1/der_get.c index d738cde42..b07997793 100644 --- a/lib/asn1/der_get.c +++ b/lib/asn1/der_get.c @@ -1,8 +1,7 @@ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include #endif +RCSID("$Id$"); #include #include #include diff --git a/lib/asn1/hash.c b/lib/asn1/hash.c index 5102bd791..a7f36efc3 100644 --- a/lib/asn1/hash.c +++ b/lib/asn1/hash.c @@ -2,9 +2,10 @@ * Hash table functions */ -/* $Id$ */ - -static char rcsid[] = "$Id$"; +#ifdef HAVE_CONFIG_H +#include +#endif +RCSID("$Id$"); #include #include diff --git a/lib/asn1/main.c b/lib/asn1/main.c index 4944c030e..4e8a9bd12 100644 --- a/lib/asn1/main.c +++ b/lib/asn1/main.c @@ -1,8 +1,7 @@ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include #endif +RCSID("$Id$"); #include #include "symbol.h" diff --git a/lib/asn1/symbol.c b/lib/asn1/symbol.c index 6314afd82..407722384 100644 --- a/lib/asn1/symbol.c +++ b/lib/asn1/symbol.c @@ -1,8 +1,7 @@ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include #endif +RCSID("$Id$"); #include #include #include "symbol.h"