From 4586e1abc5b800ef9a7c314189e3f5abea90d12d Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 8 Oct 1997 07:02:48 +0000 Subject: [PATCH] Staticise a variable. PR: 4722 Submitted by: Karl Denninger --- secure/lib/libdes/enc_writ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/libdes/enc_writ.c b/secure/lib/libdes/enc_writ.c index 0b7a50be9d2..2f15d088ab3 100644 --- a/secure/lib/libdes/enc_writ.c +++ b/secure/lib/libdes/enc_writ.c @@ -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;