Staticise a variable.

PR:		4722
Submitted by:	Karl Denninger
This commit is contained in:
Mark Murray 1997-10-08 07:02:48 +00:00
parent d5e14b7e07
commit 4586e1abc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30217

View File

@ -65,7 +65,7 @@ des_cblock (*iv);
long rnum;
int i,j,k,outnum;
char *outbuf=NULL;
static char *outbuf=NULL;
char shortbuf[8];
char *p;
static int start=1;