diff options
Diffstat (limited to 'lib/libdes/enc_writ.c')
-rw-r--r-- | lib/libdes/enc_writ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/enc_writ.c b/lib/libdes/enc_writ.c index cf613827148..da02b107d14 100644 --- a/lib/libdes/enc_writ.c +++ b/lib/libdes/enc_writ.c @@ -76,7 +76,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; |