git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@667 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-22 19:04:53 +00:00
parent b178376810
commit ca1051e810
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __FTP_LOCL_H__
#define __FTP_LOCL_H__

View File

@@ -1,10 +1,11 @@
#include "ftp_locl.h"
RCSID("$Id$");
#include <des.h>
#include <krb.h>
KTEXT_ST krb4_adat;
static KTEXT_ST krb4_adat;
static des_cblock key;
static des_key_schedule schedule;