--- ansh/src/ansh.c 2011/10/04 22:37:46 1.1.1.1 +++ ansh/src/ansh.c 2011/10/07 13:41:26 1.1.1.1.2.1 @@ -3,14 +3,15 @@ * by Michael Pounov * * $Author: misho $ - * $Id: ansh.c,v 1.1.1.1 2011/10/04 22:37:46 misho Exp $ + * $Id: ansh.c,v 1.1.1.1.2.1 2011/10/07 13:41:26 misho Exp $ * *************************************************************************/ #include "global.h" #include "ansh.h" -int Verbose, Kill, Crypted = 1; +int Verbose, Kill; +u_int Crypted; extern char compiled[], compiledby[], compilehost[];