From ca1051e810d98e699a6a75346b37b6a913090413 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 22 Aug 1996 19:04:53 +0000 Subject: [PATCH] Added ID git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@667 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp_locl.h | 2 ++ appl/ftp/ftp/krb4.c | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/appl/ftp/ftp/ftp_locl.h b/appl/ftp/ftp/ftp_locl.h index 7831d71cf..bddcbcf1b 100644 --- a/appl/ftp/ftp/ftp_locl.h +++ b/appl/ftp/ftp/ftp_locl.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef __FTP_LOCL_H__ #define __FTP_LOCL_H__ diff --git a/appl/ftp/ftp/krb4.c b/appl/ftp/ftp/krb4.c index 84b8985ea..788630cf1 100644 --- a/appl/ftp/ftp/krb4.c +++ b/appl/ftp/ftp/krb4.c @@ -1,10 +1,11 @@ - #include "ftp_locl.h" +RCSID("$Id$"); + #include #include -KTEXT_ST krb4_adat; +static KTEXT_ST krb4_adat; static des_cblock key; static des_key_schedule schedule;