--- cvs-1.12.12.orig/src/server.c 2005-04-14 16:13:29.000000000 +0200 +++ cvs-1.12.12/src/server.c 2006-05-28 13:01:02.123938000 +0200 @@ -42,6 +42,19 @@ #endif /* defined (HAVE_GSSAPI) && defined (SERVER_SUPPORT) */ +# ifdef HAVE_KERBEROS +# include +# include +# ifndef HAVE_KRB_GET_ERR_TEXT +# define krb_get_err_text(status) krb_err_txt[status] +# endif + +/* Information we need if we are going to use Kerberos encryption. */ +static C_Block kblock; +static Key_schedule sched; + +# endif /* HAVE_KERBEROS */ + #ifdef SERVER_SUPPORT extern char *server_hostname;